Compare commits

...

2 Commits

Author SHA1 Message Date
xenia eabff63d65 Add numbat and bottom 2024-01-16 15:48:22 +01:00
xenia 12b94779a1 Change ls -G to ls --color=auto 2024-01-14 14:43:48 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ export PATH="/Applications/ARM/bin:$PATH"
mkdir -p "$XDG_RUNTIME_DIR"
alias ls="ls -G"
alias ls="ls --color=auto"
alias bashcols="python3 ~/cloud/Projekt/Programmering/Python/BashCols.py"
alias bashcurmov="python3 ~/cloud/Projekt/Programmering/Python/Bashcurmoves.py"
alias objdump="objdump -M intel"

View File

@ -19,7 +19,7 @@ in rec {
unambig-path
ripgrep fd bat
watchexec unixtools.watch
htop
htop bottom
fzf
pv
binwalk
@ -29,7 +29,7 @@ in rec {
# Programming languages
jq
rink
rink numbat
ghc
( python310.withPackages (ps: with ps; [
ipython numpy matplotlib sympy scipy pwntools z3 tqdm pwntools mypy (pylsp-mypy.overrideAttrs (old: { doCheck = false; }))