#!/usr/bin/env sh echo "Linking runcoms" # ZSH runcoms ln -fhs .dotfiles/runcoms/zshrc ~/.zshrc ln -fhs .dotfiles/runcoms/zshenv ~/.zshenv ln -fhs .dotfiles/runcoms/zprofile ~/.zprofile ln -fhs .dotfiles/runcoms/zlogout ~/.zlogout ln -fhs .dotfiles/runcoms/zlogin ~/.zlogin # Weechat ln -fhs .dotfiles/weechat ~/.weechat # VIM ln -fhs .dotfiles/vim ~/.vim ln -fhs .dotfiles/vimrc ~/.vimrc # TMUX ln -fhs .dotfiles/tmux.conf ~/.tmux.conf # Nethack ln -fhs .dotfiles/nethackrc ~/.nethackrc # Git ln -fhs .dotfiles/gitconfig ~/.gitconfig # Ctags ln -fhs .dotfiles/ctags.d ~/.ctags.d # Italics setup echo "Setting up terminfo" tic xterm-256color-italic.terminfo