Firefox wrapper.
This commit is contained in:
parent
bcf27bcb24
commit
f75ba2aa83
2 changed files with 7 additions and 1 deletions
3
_desktop/firefox
Executable file
3
_desktop/firefox
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
mkdir -p $XDG_CONFIG_HOME/firefox
|
||||
HOME=$XDG_CONFIG_HOME/firefox /bin/firefox
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue