Merge branch 'master' of github.com:IvanMalison/dotfiles
This commit is contained in:
commit
1e02906baf
@ -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
3
dotfiles/hindent.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
indent-size: 2
|
||||
line-length: 80
|
||||
force-trailing-newline: false
|
@ -5,6 +5,7 @@
|
||||
"Hangouts": "",
|
||||
"Firefox": "",
|
||||
"URxvt": "",
|
||||
"Steam": "",
|
||||
"Transmission": "",
|
||||
"Vlc": ""
|
||||
}
|
||||
|
@ -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
|
||||
|
5
tasks/shell/haskell_dependencies.sh
Executable file
5
tasks/shell/haskell_dependencies.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
cabal_installs = (
|
||||
"ShellCheck" "ghc-mod" "stack" "xmonad" "haskdogs" "hasktags"
|
||||
)
|
Loading…
Reference in New Issue
Block a user