fdignore, gitignore, cleaning dir structure

This commit is contained in:
Bartek Stalewski 2020-02-05 16:27:59 +01:00
parent 29f16c055e
commit 1beb40c96c
5 changed files with 41 additions and 34 deletions

View file

@ -20,9 +20,15 @@ ln -sf ~/.dotfiles/vim/init.vim ~/.vimrc
# cleaning
rm -rf ~/.gitignore
# installing
ln -sf ~/.dotfiles/gitignore ~/.gitignore
ln -sf ~/.dotfiles/conf/gitignore ~/.gitignore
git config --global core.excludesfile ~/.gitignore
## .fdignore
# cleaning
rm -rf ~/.fdignore
# installing
ln -sf ~/.dotfiles/conf/fdignore ~/.fdignore
## tmux
# cleaning
rm -rf ~/.tmux.conf