Compare commits
2 Commits
9abf7c99c0
...
eabff63d65
Author | SHA1 | Date | |
---|---|---|---|
eabff63d65 | |||
12b94779a1 |
|
@ -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"
|
||||
|
|
|
@ -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; }))
|
||||
|
|
Loading…
Reference in New Issue
Block a user