aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-02-22 22:29:46 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-02-22 22:29:46 +0100
commit4cd7fa7d212d11a40b20f21cbfcd74f5863ce23a (patch)
tree10dff49a28788bfb8bbabf4fa380de817352767c /install
parent9a57b5a5bb5c48bc76bc10c9cbc0809019d91e61 (diff)
parentabe2b612c9f672039894766e72fbba356c7bcfdc (diff)
downloaddotfiles-4cd7fa7d212d11a40b20f21cbfcd74f5863ce23a.tar.gz
dotfiles-4cd7fa7d212d11a40b20f21cbfcd74f5863ce23a.tar.bz2
dotfiles-4cd7fa7d212d11a40b20f21cbfcd74f5863ce23a.zip
Merge remote-tracking branch 'origin/carbon'
Diffstat (limited to 'install')
-rwxr-xr-xinstall3
1 files changed, 3 insertions, 0 deletions
diff --git a/install b/install
index 79f9011..8617fe6 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
@@ -52,6 +53,8 @@ create_dotfile_link_same .newsboat/config
create_dotfile_link qutebrowser/config.py .config/qutebrowser/config.py
+create_dotfile_link zathura/zathurarc .config/zathura/zathurarc
+
ln -sv "$DOTDIR/bin" "$HOME/bin"
###############################################################################