]> git.r.bdr.sh - rbdr/dotfiles/commitdiff
Add install script
authorBen Beltran <redacted>
Sun, 16 Feb 2020 13:41:06 +0000 (14:41 +0100)
committerBen Beltran <redacted>
Sun, 16 Feb 2020 13:41:06 +0000 (14:41 +0100)
install_dotfiles [new file with mode: 0755]

diff --git a/install_dotfiles b/install_dotfiles
new file mode 100755 (executable)
index 0000000..55e8e27
--- /dev/null
@@ -0,0 +1,29 @@
+#!/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
+
+echo "Setting up terminfo"
+tic xterm-256color-italic.terminfo