-
Notifications
You must be signed in to change notification settings - Fork 0
/
sLinks.sh
executable file
·42 lines (29 loc) · 988 Bytes
/
sLinks.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
repoPath=${HOME}/GIT/dotfile
rm ~/.zshrc
ln -s ${repoPath}/.zshrc ~/.zshrc
rm ~/.vimrc
ln -s ${repoPath}/.vimrc ~/.vimrc
rm ~/.coc.vim
ln -s ${repoPath}/.coc.vim ~/.coc.vim
rm ~/.tmux.conf
ln -s ${repoPath}/.tmux.conf ~/.tmux.conf
rm ~/.tmux.conf.local
ln -s ${repoPath}/.tmux.conf.local ~/.tmux.conf.local
rm ~/.gitconfig
ln -s ${repoPath}/.gitconfig ~/.gitconfig
rm ~/.gitignore
rm ~/.ignore
ln -s ${repoPath}/.gitignore ~/.gitignore
ln -s ${repoPath}/.gitignore ~/.ignore
rm ~/.oh-my-zsh/custom/vcfvct.zsh
ln -s ${repoPath}/.oh-my-zsh/custom/vcfvct.zsh ~/.oh-my-zsh/custom/vcfvct.zsh
rm -rf ~/.vim/autoload/lightline
ln -s ${repoPath}/.vim/autoload/lightline ~/.vim/autoload
rm -rf ~/.config/fish/config.fish
ln -s ${repoPath}/.config/fish/config.fish ~/.config/fish
rm -rf ~/.config/alacritty
ln -s ${repoPath}/.config/alacritty ~/.config
rm -rf ~/.config/nvim
ln -s ${repoPath}/.config/nvim ~/.config
rm -rf ~/.config/ripgrep
ln -s ${repoPath}/.config/ripgrep ~/.config