1
0
Fork 0

Compare commits

...

4 Commits

Author SHA1 Message Date
Ethan Reece 36255cb6a0
Add julia 2024-10-23 15:31:38 -05:00
Ethan Reece 03a6655dd1
Add privoxy 2024-10-09 17:39:06 -05:00
Ethan Reece 879fb181c6
Add o command to open then file then disown process 2024-10-09 17:38:21 -05:00
Ethan Reece 95035cd9fd
Add python with sympy 2024-10-04 17:13:06 -05:00
2 changed files with 8 additions and 0 deletions

View File

@ -35,6 +35,10 @@ set -x VISUAL $GUIX_HOME/bin/hx
alias ls='exa' alias ls='exa'
function o
xdg-open $argv & disown
end
function home-reconfig function home-reconfig
cd ~/src/guix-config cd ~/src/guix-config
just just

View File

@ -24,6 +24,7 @@
"iputils" "iputils"
"procps" "procps"
"psmisc" "psmisc"
"julia"
"distrobox" "distrobox"
"gzip" "gzip"
"tar" "tar"
@ -38,6 +39,7 @@
"pinentry-tty" "pinentry-tty"
"wget" "wget"
"man-db" "man-db"
"privoxy"
"mailutils" "mailutils"
"lsof" "lsof"
"strace" "strace"
@ -86,6 +88,8 @@
"mpv" "mpv"
"feh" "feh"
"fish" "fish"
"python-sympy"
"python"
"fish-foreign-env" "fish-foreign-env"
; "logseq" - no aarch64 build ; "logseq" - no aarch64 build
; "obs" - libcamera broken ; "obs" - libcamera broken