aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall3
1 files changed, 3 insertions, 0 deletions
diff --git a/install b/install
index 0dcf09c..fd557e2 100755
--- a/install
+++ b/install
@@ -23,6 +23,7 @@ create_dotfile_link_same()
create_dotfile_link_same .zshrc
create_dotfile_link_same .bashrc
create_dotfile_link_same .vimrc
+create_dotfile_link_same .nanorc
create_dotfile_link_same .pluggins.vim
create_dotfile_link grep.vim .vim/plugin/grep.vim
@@ -55,6 +56,8 @@ create_dotfile_link qutebrowser/config.py .config/qutebrowser/config.py
create_dotfile_link_same .moc/config
create_dotfile_link_same .moc/themes/solarized
+create_dotfile_link zathura/zathurarc .config/zathura/zathurarc
+
ln -sv "$DOTDIR/bin" "$HOME/bin"
###############################################################################