We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c11d46e commit 2a71a34Copy full SHA for 2a71a34
Makefile
@@ -20,4 +20,3 @@ update-userjs:
20
-p ~/.dotfiles/firefox \
21
-d \
22
-s
23
-
install.conf.yaml
@@ -209,8 +209,8 @@
209
description: Install user.js to *.lain-default profile
210
command: |
211
rm ~/.mozilla/firefox/*.lain-default/prefs.js || true
212
- ln -s ~/.dotfiles/firefox/user.js \
213
- ~/.mozilla/firefox/*.lain-default/ 2>/dev/null || true
+ ln -sf ~/.dotfiles/firefox/*.js \
+ ~/.mozilla/firefox/*.lain-default/
214
# Install linuxbrew
215
216
description: Install linuxbrew
0 commit comments