Compare commits

...

16 Commits

19 changed files with 31 additions and 16 deletions

3
.gitmodules vendored
View File

@@ -55,3 +55,6 @@
[submodule "pkgbuilds/claude-code"] [submodule "pkgbuilds/claude-code"]
path = pkgbuilds/claude-code path = pkgbuilds/claude-code
url = https://aur.archlinux.org/claude-code.git url = https://aur.archlinux.org/claude-code.git
[submodule "pkgbuilds/aws-session-manager-plugin"]
path = pkgbuilds/aws-session-manager-plugin
url = https://aur.archlinux.org/aws-session-manager-plugin.git

View File

@@ -1,3 +1,4 @@
[Desktop Entry] [Desktop Entry]
Exec=/bin/sh -c '/usr/bin/firefox --profile "$HOME/.mozilla/firefox/profile-default" %u' Type=Application
Name=Firefox
Exec=firefox-default --new-tab %u

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env bash #!/usr/bin/env bash
exec /usr/bin/firefox --profile "$HOME/.mozilla/firefox/profile-default" exec /usr/bin/firefox --profile "$HOME/.mozilla/firefox/profile-default" "${@}"

View File

@@ -3,4 +3,4 @@ rustc-wrapper = "sccache"
[target.x86_64-unknown-linux-gnu] [target.x86_64-unknown-linux-gnu]
linker = "/usr/bin/clang" linker = "/usr/bin/clang"
rustflags = ["-C", "link-arg=--ld-path=/usr/bin/mold"] rustflags = ["-Clink-arg=--ld-path=/usr/bin/wild"]

View File

@@ -118,6 +118,13 @@
[url "ssh://git@code.hkoerber.de:2222/"] [url "ssh://git@code.hkoerber.de:2222/"]
insteadOf = https://code.hkoerber.de/ insteadOf = https://code.hkoerber.de/
# https://stackoverflow.com/a/71971739
[url "https://github.com/"]
insteadOf = "git@github.com:"
[url "git@github.com:"]
pushInsteadOf = "https://github.com/"
pushInsteadOf = "git@github.com:"
[init] [init]
defaultBranch = main defaultBranch = main
[safe] [safe]

View File

@@ -3,7 +3,7 @@
set -o nounset set -o nounset
set -o errexit set -o errexit
sudo bash -c "pacman -Sy --needed archlinux-keyring && pacman -Su" sudo bash -c "pacman -Sy --needed --noconfirm archlinux-keyring && pacman -Su"
./update-aur-pkgs.sh ./update-aur-pkgs.sh

View File

@@ -448,6 +448,9 @@ mold:
archlinux: archlinux:
- clang - clang
- mold - mold
wild:
archlinux:
- wild
arch-packaging: arch-packaging:
archlinux: archlinux:
- namcap - namcap

View File

@@ -261,7 +261,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
source ./env source ./env
echo lel echo lel
curl -sSf --proto '=https' https://download.spotify.com/debian/pubkey_C85668DF69375001.gpg | gpg --import - curl -sSf --proto '=https' https://download.spotify.com/debian/pubkey_5384CE82BA52C83A.gpg | gpg --import -
- name: nodejs-intelephense - name: nodejs-intelephense
- name: terraform-ls-bin - name: terraform-ls-bin