clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

update dotfiles automatically

sspaeti e500a864 85a84ff9

+11
+11
backup_dotfiles.sh
··· 1 + #this script is done to automatically backup alls my dotsfiles 2 + 3 + cp ~/Library/ApplicationSupport/Code/User/settings.json $git/dotfiles/vscode/settings.json 4 + cp ~/Library/ApplicationSupport/Code/User/keybindings.json $git/dotfiles/vscode/keybindings.json 5 + cp ~/.vimrc $git/dotfiles/vim/vimrc 6 + 7 + brew bundle dump > $git/dotfiles/Brewfilee -f 8 + 9 + source $venvs/dagster/bin/activate 10 + pip freeze > $git/dotfiles/python/venvs/dagster.txt 11 + deactivate