Organize aliases into folder
Don't show hidden files by default.
This commit is contained in:
578
aliases/key_aliases.tmpl
Normal file
578
aliases/key_aliases.tmpl
Normal file
@@ -0,0 +1,578 @@
|
||||
# vim: fdm=marker ft=go-template.sh syntax=sh
|
||||
|
||||
# system [[[
|
||||
# clear screen
|
||||
c "printf '\033c'"
|
||||
hst "history"
|
||||
## nf "printf '\033c' && neofetch | lolcat"
|
||||
nf "printf '\033c' && neofetch"
|
||||
fi "fish"
|
||||
# reload urxvt
|
||||
ru "xrdb ~/.Xresources"
|
||||
# list file sizes in megabytes with depth 1
|
||||
duh "sudo du -d 1 -h --apparent-size | sort -hr"
|
||||
dum "sudo du -d 1 -m --apparent-size | sort -hr"
|
||||
m "man"
|
||||
tld "tldr"
|
||||
|
||||
nvt "nvidia-settings --assign CurrentMetaMode='DVI-I-1: nvidia-auto-select +0+0 {ForceCompositionPipeline=On}, HDMI-0: nvidia-auto-select +3840+0 {ForceCompositionPipeline=On}'"
|
||||
{{ if eq .chezmoi.fullHostname "x1-carbon" }}
|
||||
xr "xrandr"
|
||||
xro "xrandr --output HDMI2 --off"
|
||||
xrr "xrandr --output HDMI2 --auto --right-of eDP1 --scale 1.33x1.33"
|
||||
xrm "xrandr --output HDMI2 --auto --same-as eDP1 --scale 1.33x1.33"
|
||||
xrs "xrandr -s 0"
|
||||
{{ end }}
|
||||
|
||||
vgb "sudo nvim /etc/default/grub"
|
||||
mkgb "sudo grub-mkconfig -o /boot/grub/grub.cfg"
|
||||
|
||||
b "bat"
|
||||
ba "bat *"
|
||||
grep "grep --color=auto -n"
|
||||
grpr "grep -r"
|
||||
# pk "pkill -f"
|
||||
cld "colordiff -wy --suppress-common-lines"
|
||||
|
||||
mkpk "makepkg -sri"
|
||||
ex "chmod +x"
|
||||
|
||||
# systemctl [[[ #
|
||||
ctl "sudo systemctl"
|
||||
ctle "sudo systemctl enable"
|
||||
ctld "sudo systemctl disable"
|
||||
ctla "sudo systemctl start"
|
||||
ctls "sudo systemctl stop"
|
||||
ctlt "sudo systemctl status"
|
||||
ctlr "sudo systemctl restart"
|
||||
|
||||
ctltd "sudo systemctl status dhcpcd"
|
||||
ctlas "sudo systemctl start sshd"
|
||||
|
||||
nct "sudo netctl"
|
||||
nctf "sudo ip link set dev wlp3s0 down"
|
||||
nctr "sudo systemctl restart netctl-auto@wlp4s0.service"
|
||||
|
||||
# ]]] systemctl #
|
||||
|
||||
ct "crontab"
|
||||
cte "crontab -e"
|
||||
|
||||
wm "sudo wifi-menu"
|
||||
|
||||
# mounting [[[ #
|
||||
udm "udisksctl mount -b"
|
||||
udmb "udisksctl mount -b /dev/sdc2"
|
||||
udu "udisksctl unmount -b"
|
||||
udub "udisksctl unmount -b /dev/sdc2"
|
||||
# ]]] mounting #
|
||||
|
||||
tc "touch"
|
||||
vdr "vidir --verbose"
|
||||
|
||||
# directory-related [[[ #
|
||||
|
||||
{{ if not (eq .linux_os "termux") }}
|
||||
# l "lsd --group-dirs first"
|
||||
l "lsd"
|
||||
la "lsd -A --group-dirs first"
|
||||
ll "lsd -Al --group-dirs first --size short"
|
||||
{{ else }}
|
||||
l "ls"
|
||||
la "ls -a"
|
||||
ll "ls -al"
|
||||
{{ end }}
|
||||
cwd "echo (pwd) | xclip -selection clipboard"
|
||||
smv "sudo mv"
|
||||
f "cd"
|
||||
fz "fzf -e"
|
||||
fbg "cd ~/Pictures/Backgrounds && fzf -e --delimiter '/' --with-nth -1"
|
||||
fnd "find . -type f -name"
|
||||
|
||||
rmr "rm -rf"
|
||||
rmd "rm ~/Downloads/*"
|
||||
rmw "rm ~/.local/share/nvim/swap/"
|
||||
md "mkdir -p"
|
||||
rsy "rsync -Pr"
|
||||
|
||||
# list all (un)mounted drives
|
||||
lhd "sudo fdisk -l"
|
||||
# get disc space for mounted drives
|
||||
# ds "df -h | tee >(head -n 1) >(grep sd) >/dev/null"
|
||||
ds "df -h | head -n 1 && df -h | grep sd"
|
||||
chownw "sudo chown -R kevin:wheel"
|
||||
chwnm "sudo chown -R kevin:wheel /run/media/{{ .chezmoi.username }}"
|
||||
# cd into backup folder and show backup sizes
|
||||
nbu "cd /run/media/kevin/backup-hd/{{ .chezmoi.fullHostname }}/tar && lsd -l"
|
||||
|
||||
# ]]] directory-related #
|
||||
|
||||
# power options [[[ #
|
||||
|
||||
s "systemctl suspend"
|
||||
x "exit"
|
||||
so "xset dpms force off"
|
||||
sd "systemctl poweroff"
|
||||
rb "systemctl reboot"
|
||||
lo "i3-msg exit"
|
||||
xm "xmodmap ~/.Xmodmap && xset r rate $XSET_DELAY $XSET_RATE"
|
||||
X "xmodmap ~/.Xmodmap && xset r rate $XSET_DELAY $XSET_RATE"
|
||||
{{ if eq .chezmoi.fullHostname "x1-carbon" }}
|
||||
xl "xmodmap ~/.Xmodmap-laptop && xset r rate $XSET_DELAY $XSET_RATE"
|
||||
XL "xmodmap ~/.Xmodmap-laptop && xset r rate $XSET_DELAY $XSET_RATE"
|
||||
bt "~/linux-config/dot_config/i3blocks/scripts/executable_battery"
|
||||
{{ end }}
|
||||
|
||||
# ]]] power options #
|
||||
|
||||
# sound
|
||||
{{ if eq .chezmoi.fullHostname "nzxt" }}
|
||||
vlm "alsamixer -c 0"
|
||||
vlh "alsamixer -c 2"
|
||||
{{ else }}
|
||||
vlm "alsamixer -c 1"
|
||||
{{ end }}
|
||||
|
||||
# pkg management [[[ #
|
||||
|
||||
{{ if eq .linux_os "arch" }}#[[[
|
||||
# pacman [[[ #
|
||||
|
||||
# pc "sudo pacman -S"
|
||||
# pcq "sudo pacman -Qi"
|
||||
# pcr "sudo pacman -Rns"
|
||||
# pcud "sudo pacman -Sy"
|
||||
# pcug "sudo pacman -Syu"
|
||||
# xpc "pacman -Qqne > ~/{{ .chezmoi.os }}-config/txt/{{ .chezmoi.fullHostname }}-pkgs.txt && pacman -Qqme > ~/{{ .chezmoi.os }}-config/txt/{{ .chezmoi.fullHostname }}-aur.txt "
|
||||
|
||||
# ]]] pacman #
|
||||
|
||||
# tri "trizen -S --noconfirm"
|
||||
tri "trizen -S --noedit"
|
||||
|
||||
# yay [[[ #
|
||||
|
||||
# install
|
||||
ya "yay -S --answerclean=None --answerdiff=None --answeredit=None"
|
||||
# info
|
||||
yaq "yay -Qi"
|
||||
# list files
|
||||
yal "yay -Ql"
|
||||
# remove
|
||||
yar "yay -Rns"
|
||||
# sync
|
||||
yau "yay -Sy"
|
||||
# sync and download
|
||||
yadl "yay -Syuw --answerclean=None --answerdiff=None --answeredit=None"
|
||||
# sync and update
|
||||
yaug "yay -Syu --answerclean=None --answerdiff=None --answeredit=None"
|
||||
# export packages
|
||||
xya "yay -Qqne > ~/{{ .chezmoi.os }}-config/txt/{{ .chezmoi.fullHostname }}-pkgs.txt && yay -Qqme > ~/{{ .chezmoi.os }}-config/txt/{{ .chezmoi.fullHostname }}-aur.txt "
|
||||
|
||||
# ]]] yay #
|
||||
#]]]
|
||||
|
||||
{{ else if eq .linux_os "termux" }}#[[[
|
||||
pki "pkg install"
|
||||
pkli "pkg list-installed"
|
||||
pku "pkg uninstall"
|
||||
pks "pkg search"
|
||||
xpk "pkg list-installed | awk -F/ '{print \$1}' > ~/{{ .chezmoi.os }}-config/txt/termux-pkgs.txt"
|
||||
|
||||
{{ end }}#]]]
|
||||
|
||||
# apt [[[ #
|
||||
|
||||
# apti "sudo apt install"
|
||||
# aptr "sudo apt remove"
|
||||
# aptu "sudo apt upgrade"
|
||||
|
||||
# ]]] apt #
|
||||
|
||||
# ]]] pkg management #
|
||||
|
||||
py "python"
|
||||
# pyt "printf '\033c' && pytest -vvs"
|
||||
pyt "clear && tmux clear-history && pytest -vvs"
|
||||
pyts "clear && tmux clear-history && pytest -vv"
|
||||
pyu "python -m unittest"
|
||||
pipi "pip install"
|
||||
spipi "sudo pip install"
|
||||
|
||||
# internet
|
||||
pg "ping -c 2 -W 1 8.8.8.8"
|
||||
pgc "ping 8.8.8.8"
|
||||
dh "sudo dhcpcd"
|
||||
kdh "sudo killall dhcpcd"
|
||||
rdh "sudo killall dhcpcd && sudo dhcpcd"
|
||||
|
||||
id "identify"
|
||||
# rz "source ~/{{ .chezmoi.os }}-config/aliases/zsh_aliases"
|
||||
|
||||
# mst "sudo rm ~/st/config.h && sudo bear make -C ~/st install"
|
||||
# mst "sudo ~/st/make-st.sh"
|
||||
|
||||
# system ]]]
|
||||
|
||||
# applications [[[ #
|
||||
|
||||
# silent="> /dev/null 2>&1& "
|
||||
a "antimicro"
|
||||
chr "google-chrome"
|
||||
clc "cloc ."
|
||||
cv "cava"
|
||||
dg "dragon-drag-and-drop -x"
|
||||
fh "feh"
|
||||
fi "fish"
|
||||
gpd "gpg --decrypt"
|
||||
gpe "gpg --encrypt --recipient"
|
||||
htc "htop -s PERCENT_CPU"
|
||||
htm "htop -s PERCENT_MEM"
|
||||
i "sxiv"
|
||||
ig "sxiv -a"
|
||||
it "sxiv -t *"
|
||||
ki "kill -9"
|
||||
ka "killall"
|
||||
kd "killall Discord && killall Discord && killall slack"
|
||||
kt "killall thunderbird"
|
||||
mp "mpv --volume=50"
|
||||
mra "man ranger"
|
||||
# mt "minetest"
|
||||
n "nvim"
|
||||
p3 "python3"
|
||||
pdft "pdftotext"
|
||||
pipes "pipes.sh -t 3"
|
||||
py "python"
|
||||
r "ranger"
|
||||
# rgc "printf '\033c' && rg"
|
||||
# rgc "printf '\033c' && rg"
|
||||
rgc "clear && tmux clear-history && rg"
|
||||
rx "redshift -x"
|
||||
sn "sudo nvim"
|
||||
# sw "swex"
|
||||
t "tmux"
|
||||
ta "tmux a -t"
|
||||
tal "tmux a"
|
||||
tl "tmux ls"
|
||||
tn "tmux new -s"
|
||||
vmd "vimdiff"
|
||||
wg "wego"
|
||||
wp "grep wallpaper ~/.cache/wal/colors.sh"
|
||||
ytd "youtube-dl"
|
||||
z "zathura --fork"
|
||||
|
||||
lz "unzip -l"
|
||||
|
||||
# pass [[[ #
|
||||
|
||||
ps "pass"
|
||||
psc "pass -c"
|
||||
pse "pass edit"
|
||||
psi "pass insert -m"
|
||||
psg "pass generate -c"
|
||||
pss "pass show"
|
||||
|
||||
xc "xclip -selection clipboard"
|
||||
yh "echo 'kevin.mok@live.ca' | xclip -selection clipboard"
|
||||
yg "xclip -selection clipboard ~/.password-store/social/gmail"
|
||||
yt "xclip -selection clipboard ~/.password-store/social/trapbot"
|
||||
yu "echo 'kevin.mok@mail.utoronto.ca' | xclip -selection clipboard"
|
||||
|
||||
# ]]] pass #
|
||||
|
||||
# watson [[[ #
|
||||
|
||||
w "watson"
|
||||
wa "watson start"
|
||||
wae "watson start && watson edit"
|
||||
we "watson edit"
|
||||
wl "watson log --day"
|
||||
wla "watson log --all --tag="
|
||||
ww "watson log"
|
||||
# wlm "watson log --project coding --tag mfs"
|
||||
wr "watson report --day"
|
||||
wra "watson report --all --tag="
|
||||
wrw "watson report"
|
||||
wre "watson restart"
|
||||
wree "watson restart && watson edit"
|
||||
ws "watson status && watson stop"
|
||||
wse "watson stop && watson edit"
|
||||
wsc "watson cancel"
|
||||
wsl "watson stop && watson log --day"
|
||||
wt "watson status"
|
||||
|
||||
# ]]] watson #
|
||||
|
||||
# ]]] applications #
|
||||
|
||||
# git [[[ #
|
||||
|
||||
g "git"
|
||||
gi "git init"
|
||||
gib "git init --bare"
|
||||
gstr "git config credential.helper store"
|
||||
gstrp "git config credential.helper store && git push"
|
||||
|
||||
# branch [[[ #
|
||||
|
||||
gb "git branch"
|
||||
gbd "git branch -D"
|
||||
gba "git branch --no-merged && echo '' && git branch --merged"
|
||||
gbu "git branch --no-merged"
|
||||
gbm "git branch --merged"
|
||||
|
||||
gsm "git submodule add"
|
||||
gsmp "git submodule foreach git pull"
|
||||
|
||||
gmg "git merge"
|
||||
gmgt "git mergetool"
|
||||
|
||||
gr "git remote -v"
|
||||
gra "git remote add origin"
|
||||
grr "git remote remove origin"
|
||||
grs "git remote show origin"
|
||||
gru "git branch --set-upstream-to=origin/master master"
|
||||
|
||||
# ]]] branch #
|
||||
|
||||
# add/remove [[[ #
|
||||
|
||||
ga "git add -A && git status -u"
|
||||
gac "git add -A && git commit -S"
|
||||
gaf "git add -f"
|
||||
# unsigned commt
|
||||
gacu "git add -A && git commit"
|
||||
|
||||
grm "git rm"
|
||||
grmf "git rm -f"
|
||||
grmc "git rm --cached"
|
||||
grmfc "git rm -f --cached"
|
||||
grmor "rm (fd -e orig --no-ignore -H)"
|
||||
|
||||
# ]]] add/remove #
|
||||
|
||||
# diff/log [[[ #
|
||||
|
||||
gd "git diff -w"
|
||||
gdc "git diff --cached -w"
|
||||
gdh "git diff --cached -w HEAD~1"
|
||||
gds "git diff --stat"
|
||||
gdt "git difftool -w --tool=vimdiff"
|
||||
gdtc "git difftool -w --cached --tool=vimdiff"
|
||||
gl "git log"
|
||||
glm "git log master"
|
||||
gsl "git shortlog"
|
||||
|
||||
# ]]] diff/log #
|
||||
|
||||
# pull [[[ #
|
||||
|
||||
gcln "git clone"
|
||||
gs "git status -u"
|
||||
gf "git fetch origin"
|
||||
|
||||
gch "git checkout"
|
||||
gchn "git checkout -b"
|
||||
gchm "git checkout master"
|
||||
gchnw "git checkout -b wip"
|
||||
gchw "git checkout wip"
|
||||
gchfh "git checkout HEAD --"
|
||||
|
||||
grom "git reset --hard origin/master"
|
||||
gheadm1 "git reset --hard HEAD~1"
|
||||
# show files in git repo
|
||||
# gls "git ls-tree -r HEAD --name-only"
|
||||
gls "git ls-tree HEAD --name-only"
|
||||
|
||||
gchp "git cherry-pick"
|
||||
gchpc "git cherry-pick --continue"
|
||||
|
||||
gst "git stash"
|
||||
gstl "git stash list"
|
||||
gstp "git stash pop"
|
||||
gsts "git stash show stash@\{0\} -p"
|
||||
gclear "git stash clear"
|
||||
|
||||
gpl "git pull --rebase"
|
||||
grb "git rebase -i"
|
||||
grba "git rebase --abort"
|
||||
grbc "git rebase --continue"
|
||||
|
||||
# ]]] pull #
|
||||
|
||||
# push [[[ #
|
||||
|
||||
gc "git commit -S"
|
||||
gcu "git commit"
|
||||
gca "git add -A && git commit --amend --no-edit -S"
|
||||
gcam "git add -A && git commit --amend -S"
|
||||
gcap "git add -A && git commit --amend --no-edit -S && gpsf"
|
||||
|
||||
psgi "git add -A && git commit -m 'Update' -S && git push"
|
||||
gps "git push"
|
||||
gpsi "git config credential.helper store && git push"
|
||||
# gpsn "git push --set-upstream origin master"
|
||||
gpsn "eval (git push 2>&1 | tail -n 2)"
|
||||
gpsf "git push --force"
|
||||
|
||||
# assume file unchanged
|
||||
gunc "git update-index --assume-unchanged"
|
||||
|
||||
# ]]] push #
|
||||
|
||||
# ]]] git #
|
||||
|
||||
# coding projs [[[ #
|
||||
|
||||
rgt "rg TODO"
|
||||
|
||||
# make [[[ #
|
||||
|
||||
ma "printf '\033c' && bear make"
|
||||
mc "bear make clean"
|
||||
mca "bear make clean && printf '\033c' && bear make"
|
||||
rmc "rm compile_commands.json"
|
||||
|
||||
# ]]] make #
|
||||
|
||||
# chezmoi [[[ #
|
||||
|
||||
zm "chezmoi"
|
||||
za "chezmoi add"
|
||||
zar "chezmoi add -r"
|
||||
zd "chezmoi data"
|
||||
zdf "chezmoi diff"
|
||||
zp "chezmoi -v apply"
|
||||
|
||||
# ]]] chezmoi #
|
||||
|
||||
# spotify-lib-vis [[[ #
|
||||
|
||||
# start spv server outside dir
|
||||
ssv "source ../bin/activate.fish && python manage.py runserver"
|
||||
# open spv db in psql
|
||||
spvdb "psql -d spotifyvis -U django"
|
||||
mig "python manage.py makemigrations && python manage.py migrate --run-syncdb && ssv"
|
||||
cldb "python manage.py flush --no-input && ssv"
|
||||
# django shell
|
||||
djs "python manage.py shell"
|
||||
# update pip
|
||||
upip "pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U"
|
||||
# update pip req's.
|
||||
ureq "pip freeze > requirements.txt"
|
||||
|
||||
# show last history scan
|
||||
hlg "tail -n 5 $spv_dir/src/api/management/commands/update-history.log"
|
||||
# scan history
|
||||
# hs "$spv_dir/src/update-history.sh && cat $spv_dir/src/api/management/commands/update-history.log | tail -n 1"
|
||||
# removes all but newest file
|
||||
# rmol "ls -t | tail -n +2 | xargs rm -- && l"
|
||||
|
||||
snw "spotify-now -i '%artist - %title'"
|
||||
|
||||
# ]]] spotify-lib-vis #
|
||||
|
||||
shc "shellcheck"
|
||||
tll "tllocalmgr"
|
||||
tli "tllocalmgr install"
|
||||
# tlh "tllocalmgr texhash"
|
||||
pdl "pdflatex"
|
||||
tcl "tex-clean"
|
||||
|
||||
# grocery-finder [[[ #
|
||||
|
||||
wl0 "watson log --all --project=309 --tag=phase2"
|
||||
wr0 "watson report --all --project=309 --tag=phase2"
|
||||
|
||||
# server [[[ #
|
||||
|
||||
nd "node"
|
||||
ndm "nodemon"
|
||||
knd "killall node"
|
||||
mg "mongo"
|
||||
|
||||
0ht "cd ~/school/309-proj && python3 -m http.server"
|
||||
mgd "mongod --dbpath mongo-data"
|
||||
# nds "killall node && nodemon server.js"
|
||||
nds "nodemon server.js"
|
||||
|
||||
# ]]] server #
|
||||
|
||||
# heroku [[[ #
|
||||
|
||||
hr "heroku"
|
||||
hrs "heroku local web"
|
||||
hrt "heroku ps"
|
||||
hrl "heroku logs --dyno web -n 1500 | rg up | awk '{ system(\"date -d \" \$1); \$1 = \"\"; print \$0 }' | paste -s -d' \n'"
|
||||
gpsh "git push heroku"
|
||||
|
||||
0c "node collections.js"
|
||||
|
||||
# ]]] heroku #
|
||||
|
||||
# ]]] 309 #
|
||||
|
||||
# mfs [[[ #
|
||||
|
||||
ht "python3 -m http.server"
|
||||
# j "jekyll"
|
||||
# js "jekyll serve"
|
||||
h "hugo"
|
||||
he "hugo serve -D --disableFastRender"
|
||||
|
||||
ssb "ssh-bandit"
|
||||
|
||||
rt "python ~/coding/rt-scraper/!rt-scraper.py"
|
||||
|
||||
# ]]] mfs #
|
||||
|
||||
# ada-mario [[[ #
|
||||
|
||||
mm "printf '\033c' && bear make clean move_mouse_with_head && ./move_mouse_with_head"
|
||||
med "printf '\033c' && bear make clean eye_detector && ./eye_detector"
|
||||
mft "printf '\033c' && bear make clean face_detector && ./face_detector"
|
||||
rft "~/coding/face-tracker/face_detector > /tmp/move_mouse_with_head.out"
|
||||
gpsb "git push bitbucket"
|
||||
|
||||
# ]]] ada-mario #
|
||||
|
||||
sac "source ../../bin/activate.fish"
|
||||
dea "deactivate"
|
||||
|
||||
# ]]] coding projs #
|
||||
|
||||
# games [[[ #
|
||||
|
||||
wlm "watson log --all --project=minetest"
|
||||
wrm "watson report --all --project=minetest"
|
||||
wamv "watson start minetest +video"
|
||||
|
||||
mtg "minetest"
|
||||
ms "minetestserver"
|
||||
msc "minetestserver --gameid minetest --worldname Creative --terminal"
|
||||
# msh "minetestserver --gameid minetest --worldname Hevin --config ~/.minetest/hevin.conf --terminal"
|
||||
msh "minetestserver --gameid mineclone2 --worldname Hevin-MC --config ~/.minetest/hevin-mc.conf --terminal"
|
||||
mst "minetestserver --gameid minimal --worldname Test --terminal"
|
||||
# mtrsy "rsync -vr .minetest/ /mnt/linux-files/.minetest/"
|
||||
|
||||
# ]]] games #
|
||||
|
||||
# school [[[ #
|
||||
|
||||
# basic
|
||||
# wlf "watson log --all --tag=final"
|
||||
# wrf "watson report --all --tag=final"
|
||||
ssc "ssh mokkar@teach.cs.utoronto.ca"
|
||||
ssp "ssh -p 8022 192.168.0.11"
|
||||
|
||||
# alg course
|
||||
jc "javac -d out *.java"
|
||||
jr "java -cp \"$CLASSPATH:out\""
|
||||
|
||||
# 263
|
||||
wl6 "watson log --all --project=263 --tag=a5"
|
||||
wr6 "watson report --all --project=263 --tag=a5"
|
||||
z6 "zathura --fork ~/school/263/Introduction-to-Algorithms-CLRs/Introduction\ to\ Algorithms\ -\ 3rd\ Edition.pdf"
|
||||
pd6 "pdflatex a5"
|
||||
|
||||
# ]]] school #
|
||||
99
aliases/key_dirs.tmpl
Normal file
99
aliases/key_dirs.tmpl
Normal file
@@ -0,0 +1,99 @@
|
||||
# vim: fdm=marker ft=sh.go-template syntax=sh
|
||||
|
||||
# sys [[[ #
|
||||
|
||||
bg ~/Pictures/Backgrounds
|
||||
cf ~/.config
|
||||
cff ~/.config/fish
|
||||
d ~/Downloads
|
||||
# dw ~/dwm
|
||||
D ~/Documents
|
||||
k ~/
|
||||
lc ~/linux-config
|
||||
lf /mnt/linux-files
|
||||
lfv /mnt/linux-files/Videos
|
||||
o /
|
||||
p ~/.password-store
|
||||
P ~/Pictures
|
||||
std ~/st
|
||||
tm /tmp
|
||||
|
||||
# ]]] sys #
|
||||
|
||||
# cdn [[[ #
|
||||
|
||||
cn ~/coding
|
||||
ib ~/linux-config/dot_config/i3blocks/scripts
|
||||
ra ~/linux-config/dot_config/ranger
|
||||
sr ~/linux-config/scripts
|
||||
snp ~/.vim/plugged/vim-snippets/UltiSnips
|
||||
sw ~/.local/share/nvim/swap/
|
||||
tx ~/linux-config/txt
|
||||
wd ~/.config/watson
|
||||
|
||||
{{ if eq .chezmoi.fullHostname "nzxt" }}
|
||||
b1 ~/coding/mf-site/themes/base16
|
||||
2d ~/coding/godot-demos/2d-plat
|
||||
ad ~/coding/ada-mario
|
||||
ft ~/coding/face-tracker
|
||||
j ~/Documents/journal
|
||||
lh ~/Documents/listening-history
|
||||
mmd ~/coding/move-mouse-with-head
|
||||
mfs ~/coding/mf-site
|
||||
mh ~/coding/mf-site/layouts
|
||||
# mg ~/coding/best-mf-site-personal
|
||||
sv ~/coding/spotify-lib-vis/src
|
||||
svg ~/coding/spotify-lib-vis/src/graphs/static/graphs/scripts
|
||||
swd ~/coding/swex
|
||||
tb ~/coding/trapbot/src/trapbot
|
||||
wo ~/Documents/workout-logs/11
|
||||
{{ end }}
|
||||
|
||||
{{ if eq .chezmoi.fullHostname "x1-carbon" }}
|
||||
adb ~/coding/ada-mario/build
|
||||
adm ~/coding/ada-mario/media
|
||||
adp ~/coding/ada-mario-presentation
|
||||
ads ~/coding/ada-mario/scripts
|
||||
adP ~/Pictures/ada-mario
|
||||
{{ end }}
|
||||
|
||||
# ]]] cdn #
|
||||
|
||||
# gaming [[[ #
|
||||
|
||||
mt ~/.minetest
|
||||
mta ~/.minetest/clientmods/custom_aliases
|
||||
mtc ~/.minetest/games/mineclone2/mods
|
||||
mtm ~/.minetest/minetest
|
||||
|
||||
pk ~/Downloads/gba/mgba/pokemon/emerald/1
|
||||
|
||||
# ]]] gaming #
|
||||
|
||||
# sch [[[ #
|
||||
|
||||
sc ~/school
|
||||
lt ~/school/latex-notes
|
||||
|
||||
6 ~/school/263
|
||||
63 ~/school/263/a5
|
||||
# 631 ~/school/263/a5/q1
|
||||
# 632 ~/school/263/a5/q2
|
||||
633 ~/school/263/a5/q3
|
||||
63t ~/school/latex-notes/263/a5
|
||||
|
||||
al1 ~/school/algorithms/w1-union-find
|
||||
|
||||
# 309 [[[ #
|
||||
|
||||
0c ~/school/309-proj/css
|
||||
0d ~/school/309
|
||||
0j ~/school/309-proj/public/js
|
||||
0l ~/school/309/l
|
||||
0p ~/school/309-proj
|
||||
0m ~/school/309-proj/mongo
|
||||
|
||||
# ]]] 309 #
|
||||
|
||||
# ]]] sch #
|
||||
|
||||
67
aliases/key_files.tmpl
Normal file
67
aliases/key_files.tmpl
Normal file
@@ -0,0 +1,67 @@
|
||||
# vim: fdm=marker ft=sh.go-template syntax=sh
|
||||
|
||||
# sys [[[ #
|
||||
|
||||
3 ~/linux-config/dot_config/i3/config.tmpl
|
||||
a ~/linux-config/aliases/key_aliases.tmpl
|
||||
d ~/linux-config/aliases/key_dirs.tmpl
|
||||
dw ~/dwm/config.def.h
|
||||
f ~/linux-config/aliases/key_files.tmpl
|
||||
hs ~/.local/share/fish/fish_history
|
||||
p ~/linux-config/txt/pacman-pkgs/pacman-pkgs.txt
|
||||
r ~/linux-config/dot_config/ranger/rc.conf.tmpl
|
||||
sr ~/linux-config/configs/ranger/shortcuts.conf
|
||||
ss ~/.shortcuts
|
||||
st ~/st/config.def.h
|
||||
t ~/linux-config/dot_tmux.conf
|
||||
u ~/linux-config/dot_Xresources.tmpl
|
||||
v ~/linux-config/dot_vimrc.tmpl
|
||||
x ~/linux-config/dot_config/fish/config.fish.tmpl
|
||||
xi ~/linux-config/dot_xinitrc
|
||||
y ~/.zshrc
|
||||
z ~/linux-config/aliases/zsh_aliases
|
||||
|
||||
# ]]] sys #
|
||||
|
||||
# cdn [[[ #
|
||||
|
||||
bid ~/coding/project-ideas/blog.md
|
||||
ci ~/linux-config/txt/ideas.md
|
||||
cm ./commit-msg.txt
|
||||
cmt /tmp/commit-msg.txt
|
||||
hlg ~/coding/spotify-lib-vis/src/api/management/commands/update-history.log
|
||||
id ~/coding/project-ideas/ideas.md
|
||||
ig ./.gitignore
|
||||
jn ~/Documents/journal/todo/8.md
|
||||
jt ~/Documents/journal/todo/todo.md
|
||||
lh ~/Documents/listening-history/polarbier.csv
|
||||
mc ~/coding/mf-site/assets/sass/main.scss
|
||||
mi ~/coding/mf-site/ideas.md
|
||||
ne ~/linux-config/configs/neofetch/config.conf
|
||||
re README.md
|
||||
td todo.md
|
||||
tt txt/todo.md
|
||||
tm ~/.vim/plugged/vim-snippets/UltiSnips/texmath.snippets
|
||||
tp /tmp/
|
||||
wh ~/Documents/journal/todo/work-habit.md
|
||||
wt ~/.config/watson/state.tmp
|
||||
|
||||
# ]]] cdn #
|
||||
|
||||
# sch [[[ #
|
||||
|
||||
# 309 [[[ #
|
||||
|
||||
0c ~/school/309-proj/sass/main.scss
|
||||
0h ~/school/309-proj/public/js/helpers.js
|
||||
0i ~/school/309-proj/public/index.html
|
||||
0m ~/school/309-proj/public/js/main.js
|
||||
0f ~/school/309-proj/public/js/food.js
|
||||
0s ~/school/309-proj/server.js
|
||||
0t ~/school/309-proj/public/js/stores.js
|
||||
|
||||
# ]]] 309 #
|
||||
|
||||
# ]]] sch #
|
||||
|
||||
mta ~/.minetest/clientmods/custom_aliases/init.lua
|
||||
Reference in New Issue
Block a user