Move zsh config in the repo

This commit is contained in:
Georgi Gardev
2024-03-05 15:13:01 +02:00
parent b7b5519320
commit 2f10c2beb7
3 changed files with 79 additions and 3 deletions
+8 -3
View File
@@ -3,16 +3,21 @@ macos: link link_mac mac_setup bash_git_prompt brew cask tmux vim
link:
-rm ~/.aliases
-rm ~/.bashrc
-rm ~/.bash_profile
-rm ~/.bashrc
-rm ~/.git-completion.bash
-rm ~/.gitconfig
-rm ~/.tmux.conf
-rm ~/.zsh/.zprompt
-rm ~/.zsh/.zshrc
mkdir -p ~/.zshs
ln -s ~/Git/dotfiles/git/.git-completion.bash ~
ln -s ~/Git/dotfiles/git/.gitconfig ~
ln -s ~/Git/dotfiles/shell/.aliases ~
ln -s ~/Git/dotfiles/shell/.bashrc ~
ln -s ~/Git/dotfiles/shell/.bash_profile ~
ln -s ~/Git/dotfiles/git/.git-completion.bash ~
ln -s ~/Git/dotfiles/git/.gitconfig ~
ln -s ~/Git/dotfiles/shell/.zprompt ~/.zsh/
ln -s ~/Git/dotfiles/shell/.zshrc ~/.zsh/
ln -s ~/Git/dotfiles/tmux/.tmux.conf ~
link_mac: