From c7dd71eae646118780e29df79265823fc2c4f458 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 9 Feb 2021 11:38:14 +0100 Subject: Enabling qutebrowser session, Added zathurarc copy to clipboard instead of primary selection --- install | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install') diff --git a/install b/install index 79f9011..f728a27 100755 --- a/install +++ b/install @@ -52,6 +52,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" ############################################################################### -- cgit From 2a69d39260bdcc13473df84b5affe2732cc9eb85 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 12 Feb 2021 11:48:29 +0100 Subject: Switch theme to dracula, Updated qutebrowser never accept notifications --- install | 1 + 1 file changed, 1 insertion(+) (limited to 'install') diff --git a/install b/install index f728a27..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 -- cgit