Compare commits
No commits in common. "eabff63d650019abd2df549de0983fbfca9e9ef1" and "9abf7c99c0f92251786721f9be4e1bc21530aa0a" have entirely different histories.
eabff63d65
...
9abf7c99c0
|
@ -5,7 +5,7 @@ export PATH="/Applications/ARM/bin:$PATH"
|
||||||
|
|
||||||
mkdir -p "$XDG_RUNTIME_DIR"
|
mkdir -p "$XDG_RUNTIME_DIR"
|
||||||
|
|
||||||
alias ls="ls --color=auto"
|
alias ls="ls -G"
|
||||||
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 bottom
|
htop
|
||||||
fzf
|
fzf
|
||||||
pv
|
pv
|
||||||
binwalk
|
binwalk
|
||||||
|
@ -29,7 +29,7 @@ in rec {
|
||||||
|
|
||||||
# Programming languages
|
# Programming languages
|
||||||
jq
|
jq
|
||||||
rink numbat
|
rink
|
||||||
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