diff options
| author | Blaise Thompson <blaise@untzag.com> | 2017-09-28 14:24:18 -0500 | 
|---|---|---|
| committer | Blaise Thompson <blaise@untzag.com> | 2017-09-28 14:24:18 -0500 | 
| commit | ce0f961e1adfe6abff7d56656da9d9fdb969cce0 (patch) | |
| tree | 50e5f2af3e93270072d2b2592d759317763dc41a | |
| parent | 84665a7bbee42bf5a97b037677c7566a865f4c50 (diff) | |
texlive-most
| -rwxr-xr-x | install.sh | 8 | 
1 files changed, 8 insertions, 0 deletions
| @@ -1,3 +1,10 @@ +#function install{ +#  yaourt -S $1 --needed --noconfirm +#  # clear temp +#  /bin/rm -rf /tmp/* /tmp/.* &>/dev/null +#} + +  # utilities  sudo pacman -S git --needed  sudo pacman -S xterm --needed @@ -18,6 +25,7 @@ yaourt -S i3lock-color-git --needed  yaourt -S anaconda --needed --tmp ~/Desktop  # applications +yaourt -S texlive-most --needed --noconfirm  sudo pacman -S emacs --needed  git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d  yaourt -S slack-desktop --needed | 
