PV aliases, fix Kraken script for BTC

This commit is contained in:
2023-07-11 04:58:33 -04:00
parent 1afe9d05a4
commit 436a7cbb87
8 changed files with 102 additions and 32 deletions

View File

@@ -7,7 +7,7 @@
# clear screen
c "printf '\033c'"
d "cd ~/Downloads && printf '\033c'"
e "echo \$"
# e "echo \$"
hst "history"
# nft "printf '\033c' && neofetch | lolcat"
nfth "printf '\033c' && neofetch"
@@ -84,10 +84,11 @@ ctltd "sudo systemctl status dhcpcd"
ctlas "sudo systemctl start sshd"
nc "sudo netctl"
ncd "sudo ip link set dev wlp3s0 down"
ncu "sudo ip link set dev wlp3s0 up"
ncd "sudo ip link set dev wlp4s0 down"
ncu "sudo ip link set dev wlp4s0 up"
ncr "sudo systemctl restart netctl-auto@wlp3s0.service"
ncs "sudo systemctl stop netctl-auto@wlp3s0.service"
ncn "netctl start"
# ]]] systemctl #
@@ -425,12 +426,14 @@ ia "sxiv -a"
it "sxiv -t *"
kill "kill -9"
ka "killall"
kc "killall chromium"
kd "killall Discord && killall Discord"
ke "killall electron"
kf "killall firefox"
kag "killall gopls"
kai "killall imwheel && imwheel"
kt "killall thunderbird"
kz "killall zoom"
m "mpv"
mp "mpv --volume=50"
# lo "libreoffice"
@@ -485,9 +488,9 @@ tas3 "tmux a -t school-3 || tmux new -s school-3"
tas4 "tmux a -t school-4 || tmux new -s school-4"
tal "tmux a"
tc "clear && tmux clear-history"
tk "tmux kill-server"
tk "tmux kill-session -t"
tks "tmux kill-server"
# tk "tmux kill-server"
tks "tmux kill-session -t"
tksv "tmux kill-server"
tl "tmux ls"
tn "tmux new -s"
tnb "tmux new -s backup"
@@ -635,14 +638,15 @@ gru "git branch --set-upstream-to=origin/main main"
# ]]] branch #
gt "git tag"
# gt "git tag"
gta "git tag -as"
gtd "git tag -d"
# add/remove [[[ #
ga "git add -A && git status -u"
gac "git add -A && git commit -S"
# gac "git add -A && git commit -S"
gac "git add -A && git commit -S --no-verify"
gaf "git add -f"
gal "git lfs track"
# unsigned commt
@@ -1000,6 +1004,9 @@ fnu "sxiv ~/Documents/fortnite/pics/maps/upgrade.png &"
mip "ifuse /mnt/ipad"
umip "fusermount -u /mnt/ipad"
fd1 "fd --changed-within 1d > cp.txt"
ttrtk "timetrace report -s 2023-04-20 -p totk"
# ]]] games #
@@ -1013,6 +1020,9 @@ ssc "mosh mokkar@teach.cs.utoronto.ca"
zs "zathura --fork syllabus.pdf"
pvabn "npm run serve:localhost"
pvafn "npm run start:localhost"
# ]]] school #
# red-hat [[[ #
@@ -1151,6 +1161,8 @@ gotd "go mod tidy"
dk "docker"
dkb "docker build"
dki "docker image"
dkka "docker kill \$(docker ps -q)"
dkl "docker ps"
dkp "docker push"
dks "docker images"

View File

@@ -7,7 +7,7 @@ cf ~/linux-config/dot_config
cfd ~/.config
cff ~/.config/fish
ch ~/Documents/chat
da /mnt/ipad/DCIM/100APPLE
da /mnt/ipad/DCIM/101APPLE
dl ~/Downloads
# dw ~/dwm
D ~/Documents
@@ -124,6 +124,9 @@ lfo /mnt/linux-files/Videos/obs
lfo2 /mnt/linux-files-2/Videos/obs
pxv /mnt/linux-files/Videos/pixel
tk ~/Documents/totk
tkp ~/Pictures/totk
# codm [[[ #
cm ~/Documents/codm
@@ -141,6 +144,7 @@ fni /mnt/ipad/DCIM/100APPLE
fnm ~/Documents/fortnite/pics/maps
fnn ~/Documents/fortnite/notes
fns ~/Documents/fortnite/stats/api
fnsp ~/Documents/fortnite/stats/pics
fnv /mnt/linux-files/Videos/personal-fortnite-games/review
fnv2 /mnt/linux-files-2/Videos/ipad/fortnite/name
tcd /mnt/linux-files/Videos/yt/fortnite/clips/twitch-clip-downloader
@@ -158,6 +162,7 @@ sdv ~/Documents/stardew-valley-aha
wo ~/Documents/workout-logs/7
dap /mnt/linux-files-2/Pictures/ipad
dau /mnt/linux-files-2/Videos/ipad/unsorted
# ]]] gaming #
@@ -174,15 +179,38 @@ esw ~/coding/estuary-www
4 ~/school/494
4d ~/school/494/design
4dm ~/school/494/design/meetings
4dp ~/school/494/design/provotu
4p ~/school/494/papers
vt ~/coding/dao-voting
ovn ~/coding/dao-voting/anonymousvoting/contracts
pv ~/coding/dao-voting/provotum-v2
bd ~/coding/dao-voting/besu-deploy
h ~/school/phy
pc ~/school/pcl
# provotum [[[ #
pv ~/coding/dao-voting/provotum-v2
pva ~/coding/dao-voting/provotum-v2/voting-authority
pvab ~/coding/dao-voting/provotum-v2/voting-authority/backend
pvaf ~/coding/dao-voting/provotum-v2/voting-authority/frontend
pvac ~/coding/dao-voting/provotum-v2/access-provider-backend
pvf ~/coding/dao-voting/provotum-v2/voter-frontend/src
pvc ~/coding/dao-voting/provotum-v2/contracts/contracts/FiniteField
pvs ~/coding/dao-voting/provotum-v2/sealer
pvsb ~/coding/dao-voting/provotum-v2/sealer/backend/src
pvsf ~/coding/dao-voting/provotum-v2/sealer/frontend/src
pvs1 /mnt/linux-files-2/coding/dao-voting/sealer-1/sealer/backend
pvs1f /mnt/linux-files-2/coding/dao-voting/sealer-1/sealer/frontend
pvs2 /mnt/linux-files-2/coding/dao-voting/sealer-2/sealer/backend
pvs2f /mnt/linux-files-2/coding/dao-voting/sealer-2/sealer/frontend
pvs3 /mnt/linux-files-2/coding/dao-voting/sealer-3/sealer/backend
pvs3f /mnt/linux-files-2/coding/dao-voting/sealer-3/sealer/frontend
pvg ~/coding/dao-voting/pv-ganache
bd ~/coding/dao-voting/besu-deploy
gt ~/coding/dao-voting/ganache-tx
# ]]] provotum #
e ~/school/ess
# ]]] sch #
@@ -250,11 +278,20 @@ gos ~/go/src
vb ~/coding/VileBot/vilebot
vbs ~/coding/VileBot/vilebot/src/main/java/com/oldterns/vilebot
dv ~/coding/devops-sre-knowledge
# dv ~/coding/devops-sre-knowledge
nxo ~/coding/kogito/nexus-operator
# ]]] pey #
# nft [[[ #
mb ~/coding/mint-bot
pfps ~/Pictures/profile-pics/sappy-seals
pfpk ~/Pictures/profile-pics/gm-cafe/keek
nft ~/Documents/nft
# ]]] nft #
lw ~/Documents/lawrence
hih /mnt/linux-files-2/Videos/hot-in-herre

View File

@@ -70,6 +70,9 @@ wt ~/.config/watson/state.tmp
# sch [[[ #
4d ~/school/494/design/acanet-voting-design.md
4dme ~/school/494/design/meetings/panos.md
4dmd ~/school/494/design/provotu/modify.md
pvc ~/coding/dao-voting/provotum-v2/contracts/contracts/FiniteField/Ballot.sos
# ]]] sch #