1
0
Fork 0

Actually fix librewolf generate.sh

cleanup

I swear I'm never editing code on my phone again
This commit is contained in:
Luca Bilke 2023-03-28 21:26:16 +02:00 committed by Luca Bilke
parent 75ac9382d4
commit edc9367eb7
5 changed files with 7 additions and 5 deletions
.config
.gitignore
.librewolf
.local/src

@ -1 +1 @@
Subproject commit 1dbd7a96759988959df754bf4ff6d76fbdc274bb
Subproject commit 9c3174aa98f98630bb4317efa3560009602bf7d4

View file

@ -49,7 +49,6 @@ alias \
vim="nvim" \
wikidown='rclone sync cloud:files/luca/Notes ~/Documents/vimwiki' \
wikiup='rclone sync ~/Documents/vimwiki cloud:files/luca/Notes' \
cam="mpv --untimed --no-cache --no-osc --no-input-default-bindings --profile=low-latency --input-conf=/dev/null --title=webcam $(ls /dev/video[0,2,4,6,8] | tail -n 1)" \
ahv="export ANSIBLE_VAULT_PASSWORD_FILE=~/.ansible/secrets/ansible-homelab && ansible-vault" \
xgetkeys="xev | sed -ne '/^KeyPress/,/^$/p'" \
xpick=" xprop | awk '

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
.config/zsh/.zcompdump
.config/nvim/plugin
.config/gtk-3.0/bookmarks
.config/gtk-2.0/gtkfilechooser.ini

View file

@ -1,2 +1,4 @@
envsubst <installs.template >installs.ini
envsubst <profiles.template >installs.ini
#!/bin/sh
cd $HOME/.dotfiles || exit
envsubst <.librewolf/installs.template >$HOME/.librewolf/installs.ini
envsubst <.librewolf/profiles.template >$HOME/.librewolf/profiles.ini

@ -1 +1 @@
Subproject commit db89de50d9acc335bc0c65e7be1cf2268ce9e2dd
Subproject commit 7e5f818044155becc8cd0d862479c0c5df06c524