git
This commit is contained in:
parent
cf41218f78
commit
f6c2af6eff
16
.gitignore
vendored
16
.gitignore
vendored
@ -1,14 +1,2 @@
|
||||
|
||||
# global
|
||||
|
||||
.idea
|
||||
*.sw[op]
|
||||
.env
|
||||
*.log
|
||||
Session.vim
|
||||
|
||||
|
||||
# local
|
||||
|
||||
subvim/bundle/
|
||||
subzsh/plugins/
|
||||
subvim/bundle
|
||||
subzsh/plugins
|
||||
|
||||
4
Makefile
4
Makefile
@ -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
5
subgit/gitignore
Normal file
@ -0,0 +1,5 @@
|
||||
.idea
|
||||
*.sw[op]
|
||||
.env
|
||||
*.log
|
||||
Session.vim
|
||||
Loading…
x
Reference in New Issue
Block a user