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"
|
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"
|
||||||
|
|
|
@ -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; }))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user