fdignore, gitignore, cleaning dir structure
This commit is contained in:
parent
29f16c055e
commit
1beb40c96c
5 changed files with 41 additions and 34 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue