Basic i3 setup
This commit is contained in:
@@ -57,8 +57,9 @@ b "bat"
|
||||
# ba "bat *"
|
||||
awkp "awk -F',' '{print \$0}'"
|
||||
cpr "cp -r"
|
||||
fdc "fd -i"
|
||||
fde "fd -e"
|
||||
fd "fdfind"
|
||||
fdc "fdfind -i"
|
||||
fde "fdfind -e"
|
||||
grep "grep --color=auto -n"
|
||||
grpr "grep -r"
|
||||
rgc "rg -i"
|
||||
@@ -290,6 +291,12 @@ apr "apt remove"
|
||||
apu "apt upgrade"
|
||||
{{ end }}
|
||||
|
||||
{{ if eq .linux_os "ubuntu" }}
|
||||
ai "sudo apt install"
|
||||
ar "sudo apt remove"
|
||||
au "sudo apt upgrade"
|
||||
{{ end }}
|
||||
|
||||
# ]]] apt #
|
||||
|
||||
# ]]] pkg management #
|
||||
|
||||
@@ -72,7 +72,6 @@ ttdr ~/.timetrace/records
|
||||
tx ~/linux-config/txt
|
||||
wd ~/.config/watson
|
||||
|
||||
{{ if eq .chezmoi.hostname "nzxt" }}
|
||||
b1 ~/coding/mf-site/themes/base16
|
||||
2d ~/coding/godot-demos/2d-plat
|
||||
ada ~/coding/ada-mario
|
||||
@@ -115,8 +114,6 @@ te ~/Pictures/twitch-emotes
|
||||
|
||||
# ]]] gaming #
|
||||
|
||||
{{ end }}
|
||||
|
||||
{{ if eq .chezmoi.hostname "x1-carbon" }}
|
||||
adb ~/coding/ada-mario/build
|
||||
adm ~/coding/ada-mario/media
|
||||
|
||||
Reference in New Issue
Block a user