You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
529 B
26 lines
529 B
#!/usr/bin/sh |
|
|
|
#ZSH |
|
ln -s ~/.dotfiles/shells/zsh/zprofile ~/.zprofile |
|
ln -s ~/.dotfiles/shells/zsh/zshrc ~/.zshrc |
|
ln -s ~/.dotfiles/shells/zsh/zshrc ~/.zshrc.pre-oh-my-zsh |
|
|
|
#bash |
|
ln -s ~/.dotfiles/shells/bash/bash_profile ~/.bash_profile |
|
ln -s ~/.dotfiles/shells/bash/bashrc ~/.bashrc |
|
|
|
#X |
|
ln -s ~/.dotfiles/x/xinitrc ~/.xinitrc |
|
|
|
#Git |
|
ln -s ~/.dotfiles/git/gitconfig ~/.gitconfig |
|
|
|
#i3 |
|
mkdir -p ~/.config/i3 |
|
ln -s ~/.dotfiles/i3/config ~/.config/i3/config |
|
|
|
#vim |
|
ln -s ~/.dotfiles/vim ~/.vim |
|
ln -s ~/.dotfiles/vim/.vimrc ~/.vimrc |
|
|
|
|
|
|