This commit is contained in:
TheK4n 2022-02-04 23:29:01 +03:00
parent cf41218f78
commit f6c2af6eff
4 changed files with 9 additions and 16 deletions

16
.gitignore vendored
View File

@ -1,14 +1,2 @@
# global
.idea
*.sw[op]
.env
*.log
Session.vim
# local
subvim/bundle/
subzsh/plugins/
subvim/bundle
subzsh/plugins

View File

@ -39,8 +39,8 @@ ssh:
echo -e "\n" >> ~/.ssh/config && cat $(PWD)/subssh/config >> ~/.ssh/config
git:
ln -s $(PWD)/subgit/.gitconfig ~ || true
ln -s $(PWD)/.gitignore ~ || true
ln -s $(PWD)/subgit/gitconfig ~/.gitconfig || true
ln -s $(PWD)/subgit/gitignore ~/.gitignore || true
ranger:
mkdir -p ~/.config/ranger || true

5
subgit/gitignore Normal file
View File

@ -0,0 +1,5 @@
.idea
*.sw[op]
.env
*.log
Session.vim