updates
This commit is contained in:
@@ -47,4 +47,8 @@ export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME/npm/npmrc"
|
|||||||
# export GNUPGHOME="$XDG_DATA_HOME/gnupg"
|
# export GNUPGHOME="$XDG_DATA_HOME/gnupg"
|
||||||
|
|
||||||
# fix java dirs
|
# 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"
|
||||||
|
|
||||||
|
|||||||
4
private_dot_local/bin/executable_linesofcode
Normal file
4
private_dot_local/bin/executable_linesofcode
Normal 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
|
||||||
|
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
[Context]
|
||||||
|
devices=usb
|
||||||
|
filesystems=xdg-documents/Arduino;/run/media/
|
||||||
|
persistent=.arduino15;.arduinoIDE
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
[Context]
|
[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/
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
chsh -s /usr/bin/fish
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
curl -s https://ohmyposh.dev/install.sh | bash -s
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user