From 93b02b08430b6d8435cbdeec5072e9a30f51420e Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 13 Dec 2016 12:47:37 -0800 Subject: [PATCH 1/5] [Haskell] Add hindent.yaml --- dotfiles/hindent.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 dotfiles/hindent.yaml diff --git a/dotfiles/hindent.yaml b/dotfiles/hindent.yaml new file mode 100644 index 00000000..3c37ca0b --- /dev/null +++ b/dotfiles/hindent.yaml @@ -0,0 +1,3 @@ +indent-size: 2 +line-length: 80 +force-trailing-newline: false From f76800d1e8456899eb3a26c04143ca65940c438e Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 13 Dec 2016 12:49:08 -0800 Subject: [PATCH 2/5] [Haskell] Add dependencies target --- tasks/shell/haskell_dependencies.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 tasks/shell/haskell_dependencies.sh diff --git a/tasks/shell/haskell_dependencies.sh b/tasks/shell/haskell_dependencies.sh new file mode 100755 index 00000000..34a92b61 --- /dev/null +++ b/tasks/shell/haskell_dependencies.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env zsh + +cabal_installs = ( + "ShellCheck" "ghc-mod" "stack" "xmonad" "haskdogs" "hasktags" +) From 9e0f9f473980f7246f1d5d44c4644eef69b9b2d5 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 14 Dec 2016 13:45:29 -0800 Subject: [PATCH 3/5] [XMonad] Update stack.yaml xmonad and contrib shas --- dotfiles/xmonad/stack.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/xmonad/stack.yaml b/dotfiles/xmonad/stack.yaml index 65cba258..e72ea2b7 100644 --- a/dotfiles/xmonad/stack.yaml +++ b/dotfiles/xmonad/stack.yaml @@ -4,10 +4,10 @@ packages: - '.' - location: git: git@github.com:IvanMalison/xmonad.git - commit: 751bcbbfecc2b9be9811a7147524e798c7e53bec + commit: 7e9c9ccb1f47c147ad19dc420361852623bd6199 - location: git: git@github.com:IvanMalison/xmonad-contrib.git - commit: 751bcbbfecc2b9be9811a7147524e798c7e53bec + commit: 4a604118dabafa04d1b3df349a0527a55808d563 - location: git: git@github.com:IvanMalison/taffybar.git commit: 43195e7697d5b36f861d7febeabdd340b07edb17 From c6cfeaf89f70d5f7c385014c15b11a5e19b0eb1b Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 14 Dec 2016 13:46:07 -0800 Subject: [PATCH 4/5] [KeepassX] AlwaysAllow access for passwords --- dotfiles/config/keepassxc/keepassxc.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/config/keepassxc/keepassxc.ini b/dotfiles/config/keepassxc/keepassxc.ini index adf83f51..a78cc41b 100644 --- a/dotfiles/config/keepassxc/keepassxc.ini +++ b/dotfiles/config/keepassxc/keepassxc.ini @@ -26,12 +26,12 @@ ShowTrayIcon=true SplitterState=@Invalid() [Http] -AlwaysAllowAccess=false +AlwaysAllowAccess=true AlwaysAllowUpdate=false BestMatchOnly=false Enabled=true Host=localhost -MatchUrlScheme=true +MatchUrlScheme=false Port=19455 SearchInAllDatabases=false ShowNotification=true From 7a10d40ddc278771cba9b03cd4d9fcbc4b17c428 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 14 Dec 2016 13:46:26 -0800 Subject: [PATCH 5/5] [Linux] Add steam fontawsome icon --- dotfiles/lib/resources/window_class_to_fontawesome.json | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/lib/resources/window_class_to_fontawesome.json b/dotfiles/lib/resources/window_class_to_fontawesome.json index e6da0606..1ebc432c 100755 --- a/dotfiles/lib/resources/window_class_to_fontawesome.json +++ b/dotfiles/lib/resources/window_class_to_fontawesome.json @@ -5,6 +5,7 @@ "Hangouts": "", "Firefox": "", "URxvt": "", + "Steam": "", "Transmission": "", "Vlc": "" }