Compare commits

...

2 Commits

Author SHA1 Message Date
eabff63d65 Add numbat and bottom 2024-01-16 15:48:22 +01:00
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" mkdir -p "$XDG_RUNTIME_DIR"
alias ls="ls -G" alias ls="ls --color=auto"
alias bashcols="python3 ~/cloud/Projekt/Programmering/Python/BashCols.py" alias bashcols="python3 ~/cloud/Projekt/Programmering/Python/BashCols.py"
alias bashcurmov="python3 ~/cloud/Projekt/Programmering/Python/Bashcurmoves.py" alias bashcurmov="python3 ~/cloud/Projekt/Programmering/Python/Bashcurmoves.py"
alias objdump="objdump -M intel" alias objdump="objdump -M intel"

View File

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