Actually fix librewolf generate.sh
cleanup I swear I'm never editing code on my phone again
This commit is contained in:
parent
75ac9382d4
commit
edc9367eb7
5 changed files with 7 additions and 5 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 1dbd7a96759988959df754bf4ff6d76fbdc274bb
|
Subproject commit 9c3174aa98f98630bb4317efa3560009602bf7d4
|
|
@ -49,7 +49,6 @@ alias \
|
||||||
vim="nvim" \
|
vim="nvim" \
|
||||||
wikidown='rclone sync cloud:files/luca/Notes ~/Documents/vimwiki' \
|
wikidown='rclone sync cloud:files/luca/Notes ~/Documents/vimwiki' \
|
||||||
wikiup='rclone sync ~/Documents/vimwiki cloud:files/luca/Notes' \
|
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" \
|
ahv="export ANSIBLE_VAULT_PASSWORD_FILE=~/.ansible/secrets/ansible-homelab && ansible-vault" \
|
||||||
xgetkeys="xev | sed -ne '/^KeyPress/,/^$/p'" \
|
xgetkeys="xev | sed -ne '/^KeyPress/,/^$/p'" \
|
||||||
xpick=" xprop | awk '
|
xpick=" xprop | awk '
|
||||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
.config/zsh/.zcompdump
|
.config/zsh/.zcompdump
|
||||||
.config/nvim/plugin
|
.config/nvim/plugin
|
||||||
.config/gtk-3.0/bookmarks
|
.config/gtk-3.0/bookmarks
|
||||||
|
.config/gtk-2.0/gtkfilechooser.ini
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
envsubst <installs.template >installs.ini
|
#!/bin/sh
|
||||||
envsubst <profiles.template >installs.ini
|
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
|
Loading…
Add table
Add a link
Reference in a new issue