Skip to content

Commit 19ec9e9

Browse files
authored
Add latest improvements (#6)
1 parent 7fa4b82 commit 19ec9e9

File tree

9 files changed

+25
-5
lines changed

9 files changed

+25
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Continuous Integration
22

3-
on: [push, pull_request]
3+
on: [push]
44

55
jobs:
66
fish:

home/.chezmoi.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- $name := "Lukas Kucera" -}}
2-
{{- $email := "kucera-lukas@users.noreply.github.com" -}}
2+
{{- $email := "85391931+kucera-lukas@users.noreply.github.com" -}}
33
{{- $gpg_keyid := "E3C1058BA1040AFC114A7B74B9072E7673C67AA1" -}}
44
{{- $github_user := "kucera-lukas" -}}
55

home/dot_config/direnv/direnv.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[global]
2+
load_dotenv = true
3+
4+
[whitelist]
5+
prefix = [ "~/Programs/Development/Work" ]

home/dot_config/flameshot/flameshot.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ contrastOpacity=188
33
disabledTrayIcon=false
44
drawColor=#ff0000
55
saveAsFileExtension=png
6-
savePath=/home/lkms19/Screenshots
6+
savePath=~/Screenshots
77
savePathFixed=false
88
showStartupLaunchMessage=true
99
startupLaunch=false

home/dot_config/git/config.tmpl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
pager = less
2222
[init]
2323
defaultBranch = "main"
24-
templateDir = /home/lkms19/.config/git/
24+
templateDir = ~/.config/git/
2525
[log]
2626
decorate = full
2727
[pull]
@@ -34,3 +34,5 @@
3434
user = {{ .github_user }}
3535
[url "git@github.com:{{ .github_user }}/"]
3636
insteadOf = https://github.com/{{ .github_user }}/
37+
[blame]
38+
ignoreRevsFile = .git-blame-ignore-revs

home/dot_config/private_fish/config.fish

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ source ~/.asdf/asdf.fish
1313

1414
# better cd
1515
zoxide init fish --no-aliases | source
16+
17+
# load and unload environment variables
18+
direnv hook fish | source
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
function battlenet --description 'Open Blizzard Battle.net'
2+
# fix for Hearthstone tavern door infinite loading
3+
remove -f Games/battlenet/drive_c/Program\ Files\ \(x86\)/Hearthstone/Hearthstone_Data/Plugins/x86/LocationAPI.dll
4+
5+
lutris battlenet
6+
end

home/dot_config/private_yakuakerc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ FirstRun=false
1515
[KFileDialog Settings]
1616
detailViewIconSize=16
1717

18+
[Shortcuts]
19+
next-session=Alt+Right
20+
previous-session=Alt+Left
21+
1822
[Window]
1923
DynamicTabTitles=true
2024
Height=55

home/dot_tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
python 3.10.4
2-
golang 1.17.5
2+
golang 1.18.3

0 commit comments

Comments
 (0)