diff --git a/install.sh b/install.sh index cfe071e..504324c 100755 --- a/install.sh +++ b/install.sh @@ -8,6 +8,7 @@ stow -t ~ git stow -t ~ i3 stow -t ~ i3blocks stow -t ~ ranger +stow -t ~ tridactyl stow -t ~ vim stow -t ~ zsh diff --git a/tridactyl/.config/tridactyl/tridactylrc b/tridactyl/.config/tridactyl/tridactylrc new file mode 100644 index 0000000..a171d1c --- /dev/null +++ b/tridactyl/.config/tridactyl/tridactylrc @@ -0,0 +1,9 @@ +" General Settings +set configversion 1.7 +js tri.config.set("update", {"lastchecktime": 1562966284143}) +js tri.config.set("update", {"nag": true}) +js tri.config.set("update", {"nagwait": 7}) +js tri.config.set("update", {"lastnaggedversion": "1.14.0"}) +js tri.config.set("update", {"checkintervalsecs": 86400}) + +" vim: set filetype=vim: \ No newline at end of file