Manjaro
This commit is contained in:
parent
0ce8b8ece9
commit
9503b74feb
4 changed files with 18 additions and 1741 deletions
8
Makefile
8
Makefile
|
@ -13,13 +13,13 @@ golibs:
|
|||
dotfiles: ~/.gitconfig ~/.gitignore ~/.config/zsh ~/.config/nvim ~/.zshrc ~/.config/kitty
|
||||
|
||||
~/.gitconfig:
|
||||
@ln -s $(pwd)/git/config ~/.gitconfig || true
|
||||
ln -s $(pwd)/git/config ~/.gitconfig || true
|
||||
~/.gitignore:
|
||||
@ln -s $(pwd)/git/ignore ~/.gitignore || true
|
||||
ln -s $(pwd)/git/ignore ~/.gitignore || true
|
||||
~/.config/nvim:
|
||||
@ln -s $(pwd)/nvim ~/.config/nvim || true
|
||||
ln -s $(pwd)/nvim ~/.config/nvim || true
|
||||
~/.config/zsh:
|
||||
@ln -s $(pwd)/zsh ~/.config/zsh || true
|
||||
ln -s $(pwd)/zsh ~/.config/zsh || true
|
||||
~/.zshrc:
|
||||
@ln -s $(pwd)/zsh/zshrc ~/.zshrc || true
|
||||
~/.config/kitty:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue