mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-03 05:33:13 +01:00
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
|