This commit is contained in:
2025-10-15 15:23:18 +02:00
parent 04f8de3573
commit 1027067996
6 changed files with 14 additions and 9 deletions

View File

@@ -47,4 +47,8 @@ export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME/npm/npmrc"
# export GNUPGHOME="$XDG_DATA_HOME/gnupg"
# fix java dirs
export _JAVA_OPTIONS="-Djava.util.prefs.userRoot=$XDG_CONFIG_HOME/java"
erxport _JAVA_OPTIONS="-Djava.util.prefs.userRoot=$XDG_CONFIG_HOME/java"
# pico SDK
export PICO_SDK_PATH="$HOME/.local/rpi/pico-sdk"

View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
cat "$1"/* | sed -e 's|//.*$||' -e 's|^[ \t]*||' | grep -v '^[ \t]*$' | awk '/\/\*/ {s=1} /\*\// && s==1 {s=0} !s' | grep -v '^.$' | grep -v '^..$' | grep -v '^...$' | wc -l

View File

@@ -0,0 +1,4 @@
[Context]
devices=usb
filesystems=xdg-documents/Arduino;/run/media/
persistent=.arduino15;.arduinoIDE

View File

@@ -1,2 +1,2 @@
[Context]
filesystems=!xdg-download;!xdg-run/app/com.discordapp.Discord;!/run/media;!/mnt;!/media;~/projects/freenen/kladjes
filesystems=!xdg-download;!xdg-run/app/com.discordapp.Discord;!/run/media;!/mnt;!/media;~/projects/

View File

@@ -1,3 +0,0 @@
#!/usr/bin/env bash
chsh -s /usr/bin/fish

View File

@@ -1,4 +0,0 @@
#!/usr/bin/env bash
curl -s https://ohmyposh.dev/install.sh | bash -s