This commit is contained in:
Alexander NeonXP Kiryukhin 2024-07-13 03:30:15 +03:00
parent 0ce8b8ece9
commit 9503b74feb
No known key found for this signature in database
GPG key ID: 35E33E1AB7776B39
4 changed files with 18 additions and 1741 deletions

View file

@ -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: