Merge branch 'master' of github.com:IvanMalison/dotfiles
This commit is contained in:
commit
1e02906baf
@ -26,12 +26,12 @@ ShowTrayIcon=true
|
|||||||
SplitterState=@Invalid()
|
SplitterState=@Invalid()
|
||||||
|
|
||||||
[Http]
|
[Http]
|
||||||
AlwaysAllowAccess=false
|
AlwaysAllowAccess=true
|
||||||
AlwaysAllowUpdate=false
|
AlwaysAllowUpdate=false
|
||||||
BestMatchOnly=false
|
BestMatchOnly=false
|
||||||
Enabled=true
|
Enabled=true
|
||||||
Host=localhost
|
Host=localhost
|
||||||
MatchUrlScheme=true
|
MatchUrlScheme=false
|
||||||
Port=19455
|
Port=19455
|
||||||
SearchInAllDatabases=false
|
SearchInAllDatabases=false
|
||||||
ShowNotification=true
|
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": "",
|
"Hangouts": "",
|
||||||
"Firefox": "",
|
"Firefox": "",
|
||||||
"URxvt": "",
|
"URxvt": "",
|
||||||
|
"Steam": "",
|
||||||
"Transmission": "",
|
"Transmission": "",
|
||||||
"Vlc": ""
|
"Vlc": ""
|
||||||
}
|
}
|
||||||
|
@ -4,10 +4,10 @@ packages:
|
|||||||
- '.'
|
- '.'
|
||||||
- location:
|
- location:
|
||||||
git: git@github.com:IvanMalison/xmonad.git
|
git: git@github.com:IvanMalison/xmonad.git
|
||||||
commit: 751bcbbfecc2b9be9811a7147524e798c7e53bec
|
commit: 7e9c9ccb1f47c147ad19dc420361852623bd6199
|
||||||
- location:
|
- location:
|
||||||
git: git@github.com:IvanMalison/xmonad-contrib.git
|
git: git@github.com:IvanMalison/xmonad-contrib.git
|
||||||
commit: 751bcbbfecc2b9be9811a7147524e798c7e53bec
|
commit: 4a604118dabafa04d1b3df349a0527a55808d563
|
||||||
- location:
|
- location:
|
||||||
git: git@github.com:IvanMalison/taffybar.git
|
git: git@github.com:IvanMalison/taffybar.git
|
||||||
commit: 43195e7697d5b36f861d7febeabdd340b07edb17
|
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