clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update

sspaeti 20a34b02 e62404eb

+3
+1
Brewfile
··· 26 26 brew "helm" 27 27 brew "hub" 28 28 brew "hugo" 29 + brew "ipython" 29 30 brew "kubernetes-cli" 30 31 brew "lastpass-cli", args: ["HEAD"] 31 32 brew "lazygit"
+2
backup_dotfiles.sh
··· 37 37 cp ~/Simon/Sync/SecondBrain/.obsidian/appearance.json $git/general/dotfiles/obsidian/appearance.json 38 38 cp ~/Simon/Sync/SecondBrain/.obsidian/app.json $git/general/dotfiles/obsidian/app.json 39 39 cp ~/Simon/Sync/SecondBrain/.obsidian/.vimrc $git/general/dotfiles/obsidian/.vimrc 40 + cp ~/Simon/Sync/SecondBrain/.obsidian/themes/custom_kanagawa.css $git/general/dotfiles/obsidian/themes/custom_kanagawa.css 40 41 41 42 42 43 #kitty 43 44 cp ~/.config/kitty/kitty.conf $git/general/dotfiles/kitty/kitty.conf 44 45 cp ~/.config/kitty/gruvbox-kitty.conf $git/general/dotfiles/kitty/gruvbox-kitty.conf 46 + cp ~/.config/kitty/custom_kitty.conf $git/general/dotfiles/kitty/custom_kitty.conf 45 47 46 48 #ranger 47 49 cp ~/.config/ranger/rc.conf $git/general/dotfiles/ranger/rc.conf