Compare commits

..

3 commits

Author SHA1 Message Date
c8b77b7379 ads 2025-03-30 23:42:03 -06:00
e779be270c Merge branch 'main' of git.tavo.one:tavo/dotfiles 2025-03-30 23:41:10 -06:00
7d881e2e6a update 2025-03-30 23:40:48 -06:00
5 changed files with 15 additions and 2 deletions

2
.gitignore vendored
View file

@ -257,3 +257,5 @@ plasmaparc
bruno/
beekeeper-studio/
filezilla/
obsidian/
sqlitebrowser/

View file

@ -132,7 +132,7 @@
;;kotlin ; a better, slicker Java(Script)
latex ; writing papers in Emacs has never been so fun
;;lean ; for folks with too much to prove
;;ledger ; be audit you can be
ledger ; be audit you can be
lua ; one-based indices? one-based indices
markdown ; writing docs for people to ignore
;;nim ; python + lisp at the speed of c

View file

@ -47,7 +47,8 @@ alias \
qr-png="qrencode -s 16 -o qr.png" \
qr="qrencode -t ansiutf8" \
clip="xsel -ib" \
em="emacsclient -c -a 'emacs' $@" \
wget="wget --hsts-file=$XDG_DATA_HOME/wget/wget-hsts" \
ssh="ssh ${SSH_CONFIG}" \
scp="scp ${SSH_CONFIG}" \
rsync="rsync --rsh \"ssh ${SSH_CONFIG}\"" \
lg="lazygit"

3
wrappers/em Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
emacsclient -c -a 'emacs' $@

7
wrappers/whatsapp Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
WA_URL="https://web.whatsapp.com"
phone_number="$(printf '' | menu "Phone (+506):")"
firefox-personal "$WA_URL/send/?phone=%%2B506$phone_number&text&type=phone_number&app_absent=0"