Fixes to install-arch.sh script

This commit is contained in:
Nathan Schneider
2020-01-27 02:48:02 +00:00
parent 4eb9b4ebe1
commit 46bdb882a9
+13 -12
View File
@@ -3,10 +3,10 @@
echo "Beginning install script for ntnsndr Arch environment" echo "Beginning install script for ntnsndr Arch environment"
# First, some basic utilities MAKE ARCH-COMPATIBLE # First, some basic utilities
pacman xdg-open sudo pacman -S xdg-open
pacman -S nodejs npm sudo pacman -S nodejs npm
# TO DO git 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
@@ -16,17 +16,18 @@ if [ -f ~/.bash_aliases ]; then
EOF EOF
# Next, core apps # Next, core apps
# TO DO nextcloud sudo pacman -S nextcloud-client
# TO DO keepassxc sudo pacman -S keepassxc
sudo pacman -S firefox-extension-keepassxc-browser
# emacs MAKE ARCH-COMPATIBLE # emacs
sudo apt-get -y install emacs-gtk sudo pacman -S emacs
emacs --script install-emacs.el emacs --script install-emacs.el
# pandoc MAKE ARCH-COMPATIBLE # pandoc
sudo apt-get -y install pandoc sudo pacman -S pandoc
sudo apt-get -y install pandoc-citeproc sudo pacman -S pandoc-citeproc
sudo apt-get -y install texlive sudo pacman -S texlive
# revealjs # revealjs
cd ~/.revealjs cd ~/.revealjs