forked from extern/nix-config
13 lines
227 B
Plaintext
13 lines
227 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# Firefox is the standard web browser.
|
||
|
#
|
||
|
# Note that you should install fonts before you install Firefox,
|
||
|
# as it requires a ttf variant.
|
||
|
#
|
||
|
# https://wiki.archlinux.org/index.php/Firefox
|
||
|
|
||
|
set -xe
|
||
|
|
||
|
pacman -S firefox
|