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
+# hush login
+ln -fhs .dotfiles/hushlogin ~/.hushlogin
+
+# 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 -s .dotfiles/weechat ~/.weechat
+ln -fhs .dotfiles/weechat ~/.weechat
# VIM
-ln -s .dotfiles/vim ~/.vim
-ln -s .dotfiles/vimrc ~/.vimrc
+ln -fhs .dotfiles/vim ~/.vim
+ln -fhs .dotfiles/vimrc ~/.vimrc
# TMUX
-ln -s .dotfiles/tmux.conf ~/.tmux.conf
+ln -fhs .dotfiles/tmux.conf ~/.tmux.conf
# Nethack
-ln -s .dotfiles/nethackrc ~/.nethackrc
+ln -fhs .dotfiles/nethackrc ~/.nethackrc
# Git
-ln -s .dotfiles/gitconfig ~/.gitconfig
+ln -fhs .dotfiles/gitconfig ~/.gitconfig
# Ctags
-ln -s .dotfiles/ctags.d ~/.ctags.d
+ln -fhs .dotfiles/ctags.d ~/.ctags.d
+
+# XDefaults
+ln -fhs .dotfiles/XDefaults ~/.XDefaults
+
+# ripgrep
+ln -fhs .dotfiles/rgignore ~/.rgignore
+
+# config dir
+mkdir -p ~/.config
+
+#nvim
+ln -fhs ../.dotfiles/config/nvim ~/.config/nvim
+# Italics setup
echo "Setting up terminfo"
tic xterm-256color-italic.terminfo