clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

adding new files

sspaeti b6b44c8b 487c6783

+7
+7
backup_dotfiles.sh
··· 46 46 cp ~/.config/ranger/rc.conf $git/general/dotfiles/ranger/rc.conf 47 47 48 48 49 + #linting and formatting 50 + 51 + cp -r ~/.pylintrc $git/general/dotfiles/linting/pylintrc 52 + cp -r ~/.config/flake8 $git/general/dotfiles/linting/flake8 53 + cp -r ~/.isort.cfg $git/general/dotfiles/linting/issort.cfg 54 + cp -r ~/.pyproject_example.toml $git/general/dotfiles/linting/pyproject_example.toml 55 + 49 56 50 57 brew bundle dump > $git/general/dotfiles/Brewfile -f 51 58