]> git.r.bdr.sh - rbdr/dotfiles/blobdiff - install_dotfiles
Add ripgrep and hushlogin config
[rbdr/dotfiles] / install_dotfiles
index 55e8e279dc4e5b4e60f0824f71e7c0358c1c3d0f..322dd9aa549da8d8207cbe62e916c49a67a34630 100755 (executable)
@@ -2,28 +2,41 @@
 
 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 -fhs .dotfiles/ctags.d ~/.ctags.d
+
+# XDefaults
+ln -fhs .dotfiles/XDefaults ~/.XDefaults
+
+# ripgrep
+ln -fhs .dotfiles/rgignore ~/.rgignore
 
+# Italics setup
 echo "Setting up terminfo"
 tic xterm-256color-italic.terminfo