aboutsummaryrefslogtreecommitdiff
path: root/install_dotfiles
blob: 9b0f93b9a45057ef5dd724c2d8c7b9602e948376 (plain)
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
#!/usr/bin/env sh

echo "Linking runcoms"

# ZSH runcoms
ln -s .dotfiles/runcoms/zshrc ~/.zshrc
ln -s .dotfiles/runcoms/zshenv ~/.zshenv
ln -s .dotfiles/runcoms/zprofile ~/.zprofile
ln -s .dotfiles/runcoms/zlogout ~/.zlogout
ln -s .dotfiles/runcoms/zlogin ~/.zlogin

# Weechat
ln -s .dotfiles/weechat ~/.weechat

# VIM
ln -s .dotfiles/vim ~/.vim
ln -s .dotfiles/vimrc ~/.vimrc

# TMUX
ln -s .dotfiles/tmux.conf ~/.tmux.conf

# Nethack
ln -s .dotfiles/nethackrc ~/.nethackrc

# Git
ln -s .dotfiles/gitconfig ~/.gitconfig

# Ctags
ln -s .dotfiles/ctags.d ~/.ctags.d

echo "Setting up terminfo"
tic xterm-256color-italic.terminfo