Merge branch 'master' of github.com:IvanMalison/dotfiles

This commit is contained in:
Ivan Malison 2016-12-23 12:01:55 -08:00
commit 1e02906baf
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
5 changed files with 13 additions and 4 deletions

View File

@ -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

3
dotfiles/hindent.yaml Normal file
View File

@ -0,0 +1,3 @@
indent-size: 2
line-length: 80
force-trailing-newline: false

View File

@ -5,6 +5,7 @@
"Hangouts": "",
"Firefox": "",
"URxvt": "",
"Steam": "",
"Transmission": "",
"Vlc": ""
}

View File

@ -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

View File

@ -0,0 +1,5 @@
#!/usr/bin/env zsh
cabal_installs = (
"ShellCheck" "ghc-mod" "stack" "xmonad" "haskdogs" "hasktags"
)