Fixes to install-arch.sh script
This commit is contained in:
+13
-12
@@ -3,10 +3,10 @@
|
||||
|
||||
echo "Beginning install script for ntnsndr Arch environment"
|
||||
|
||||
# First, some basic utilities MAKE ARCH-COMPATIBLE
|
||||
pacman xdg-open
|
||||
pacman -S nodejs npm
|
||||
# TO DO git
|
||||
# First, some basic utilities
|
||||
sudo pacman -S xdg-open
|
||||
sudo pacman -S nodejs npm
|
||||
sudo pacman -S git
|
||||
|
||||
# Ensure .bash_aliases works, not default on Arch
|
||||
cat > ~/.bashrc << EOF
|
||||
@@ -16,17 +16,18 @@ if [ -f ~/.bash_aliases ]; then
|
||||
EOF
|
||||
|
||||
# Next, core apps
|
||||
# TO DO nextcloud
|
||||
# TO DO keepassxc
|
||||
sudo pacman -S nextcloud-client
|
||||
sudo pacman -S keepassxc
|
||||
sudo pacman -S firefox-extension-keepassxc-browser
|
||||
|
||||
# emacs MAKE ARCH-COMPATIBLE
|
||||
sudo apt-get -y install emacs-gtk
|
||||
# emacs
|
||||
sudo pacman -S emacs
|
||||
emacs --script install-emacs.el
|
||||
|
||||
# pandoc MAKE ARCH-COMPATIBLE
|
||||
sudo apt-get -y install pandoc
|
||||
sudo apt-get -y install pandoc-citeproc
|
||||
sudo apt-get -y install texlive
|
||||
# pandoc
|
||||
sudo pacman -S pandoc
|
||||
sudo pacman -S pandoc-citeproc
|
||||
sudo pacman -S texlive
|
||||
|
||||
# revealjs
|
||||
cd ~/.revealjs
|
||||
|
||||
Reference in New Issue
Block a user