Skip to content

Commit

Permalink
Add latest improvements (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
kucera-lukas authored Aug 8, 2022
1 parent 7fa4b82 commit 19ec9e9
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Continuous Integration

on: [push, pull_request]
on: [push]

jobs:
fish:
Expand Down
2 changes: 1 addition & 1 deletion home/.chezmoi.yaml.tmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- $name := "Lukas Kucera" -}}
{{- $email := "[email protected]" -}}
{{- $email := "85391931+[email protected]" -}}
{{- $gpg_keyid := "E3C1058BA1040AFC114A7B74B9072E7673C67AA1" -}}
{{- $github_user := "kucera-lukas" -}}

Expand Down
5 changes: 5 additions & 0 deletions home/dot_config/direnv/direnv.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[global]
load_dotenv = true

[whitelist]
prefix = [ "~/Programs/Development/Work" ]
2 changes: 1 addition & 1 deletion home/dot_config/flameshot/flameshot.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ contrastOpacity=188
disabledTrayIcon=false
drawColor=#ff0000
saveAsFileExtension=png
savePath=/home/lkms19/Screenshots
savePath=~/Screenshots
savePathFixed=false
showStartupLaunchMessage=true
startupLaunch=false
Expand Down
4 changes: 3 additions & 1 deletion home/dot_config/git/config.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
pager = less
[init]
defaultBranch = "main"
templateDir = /home/lkms19/.config/git/
templateDir = ~/.config/git/
[log]
decorate = full
[pull]
Expand All @@ -34,3 +34,5 @@
user = {{ .github_user }}
[url "[email protected]:{{ .github_user }}/"]
insteadOf = https://github.com/{{ .github_user }}/
[blame]
ignoreRevsFile = .git-blame-ignore-revs
3 changes: 3 additions & 0 deletions home/dot_config/private_fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ source ~/.asdf/asdf.fish

# better cd
zoxide init fish --no-aliases | source

# load and unload environment variables
direnv hook fish | source
6 changes: 6 additions & 0 deletions home/dot_config/private_fish/functions/battlenet.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
function battlenet --description 'Open Blizzard Battle.net'
# fix for Hearthstone tavern door infinite loading
remove -f Games/battlenet/drive_c/Program\ Files\ \(x86\)/Hearthstone/Hearthstone_Data/Plugins/x86/LocationAPI.dll

lutris battlenet
end
4 changes: 4 additions & 0 deletions home/dot_config/private_yakuakerc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ FirstRun=false
[KFileDialog Settings]
detailViewIconSize=16

[Shortcuts]
next-session=Alt+Right
previous-session=Alt+Left

[Window]
DynamicTabTitles=true
Height=55
Expand Down
2 changes: 1 addition & 1 deletion home/dot_tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python 3.10.4
golang 1.17.5
golang 1.18.3

0 comments on commit 19ec9e9

Please sign in to comment.