]> git.r.bdr.sh - rbdr/dotfiles/blob - install_dotfiles
Add an additional space in the right promptb
[rbdr/dotfiles] / install_dotfiles
1 #!/usr/bin/env sh
2
3 echo "Linking runcoms"
4
5 # ZSH runcoms
6 ln -s .dotfiles/runcoms/zshrc ~/.zshrc
7 ln -s .dotfiles/runcoms/zshenv ~/.zshenv
8 ln -s .dotfiles/runcoms/zprofile ~/.zprofile
9 ln -s .dotfiles/runcoms/zlogout ~/.zlogout
10 ln -s .dotfiles/runcoms/zlogin ~/.zlogin
11
12 # Weechat
13 ln -s .dotfiles/weechat ~/.weechat
14
15 # VIM
16 ln -s .dotfiles/vim ~/.vim
17 ln -s .dotfiles/vimrc ~/.vimrc
18
19 # TMUX
20 ln -s .dotfiles/tmux.conf ~/.tmux.conf
21
22 # Nethack
23 ln -s .dotfiles/nethackrc ~/.nethackrc
24
25 # Git
26 ln -s .dotfiles/gitconfig ~/.gitconfig
27
28 echo "Setting up terminfo"
29 tic xterm-256color-italic.terminfo