Firefox wrapper.

This commit is contained in:
Bartek Stalewski 2021-08-25 17:54:04 +02:00
parent bcf27bcb24
commit f75ba2aa83
2 changed files with 7 additions and 1 deletions

3
_desktop/firefox Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
mkdir -p $XDG_CONFIG_HOME/firefox
HOME=$XDG_CONFIG_HOME/firefox /bin/firefox

View file

@ -1,7 +1,7 @@
#!/bin/sh
# prepare local dirs
mkdir -p ~/.config ~/.local/settings
mkdir -p ~/.config ~/.local/bin ~/.local/settings
# link config
for i in clipit dunst fontconfig zathura; do
@ -9,5 +9,8 @@ for i in clipit dunst fontconfig zathura; do
ln -sf ~/.local/repos/dotfiles/_desktop/${i} ~/.config
done
# copy firefox wrapper
ln -s ~/.local/repos/dotfiles/_desktop/firefox ~/.local/bin
# qutebrowser files
#touch ~/.local/settings/qutebrowser.py