Update install-arch.sh

This commit is contained in:
Nathan Schneider
2020-02-25 06:28:10 +00:00
parent 092040d61c
commit ab6f265e72
+1 -3
View File
@@ -4,9 +4,8 @@
echo "Beginning install script for ntnsndr Arch environment" echo "Beginning install script for ntnsndr Arch environment"
# First, some basic utilities # First, some basic utilities
sudo pacman -S xdg-open sudo pacman -S xdg-utils
sudo pacman -S nodejs npm sudo pacman -S nodejs npm
sudo pacman -S git
# Ensure .bash_aliases works, not default on Arch # Ensure .bash_aliases works, not default on Arch
cat > ~/.bashrc << EOF cat > ~/.bashrc << EOF
@@ -18,7 +17,6 @@ EOF
# Next, core apps # Next, core apps
sudo pacman -S nextcloud-client sudo pacman -S nextcloud-client
sudo pacman -S keepassxc sudo pacman -S keepassxc
sudo pacman -S firefox-extension-keepassxc-browser
# emacs # emacs
sudo pacman -S emacs sudo pacman -S emacs