]> git.r.bdr.sh - rbdr/dotfiles/commitdiff
Avoid noise / nesting dirs
authorBen Beltran <redacted>
Wed, 19 Feb 2020 07:56:44 +0000 (08:56 +0100)
committerBen Beltran <redacted>
Wed, 19 Feb 2020 07:56:44 +0000 (08:56 +0100)
install_dotfiles

index 9b0f93b9a45057ef5dd724c2d8c7b9602e948376..06bd7fb197cb8d291736d84f4499243b0b7105b5 100755 (executable)
@@ -3,30 +3,31 @@
 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
+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
 
+# Italics setup
 echo "Setting up terminfo"
 tic xterm-256color-italic.terminfo