aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshell_only.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/shell_only.sh b/shell_only.sh
index 473934c..95b7d80 100755
--- a/shell_only.sh
+++ b/shell_only.sh
@@ -61,7 +61,8 @@ if command_exists pacman; then
vim \
neofetch \
fzf \
- openssh
+ openssh \
+ paru
mkdir -p ~/aur/
@@ -108,6 +109,12 @@ ln -sf ${PWD}/vimrc ~/.vimrc
mkdir -p ~/.oh-my-zsh/
ln -sf ${PWD}/himbeer.zsh-theme ~/.oh-my-zsh/themes/himbeer.zsh-theme
+mkdir -p ~/.config/paru/
+cat <<EOT > ~/.config/paru/paru.conf
+[bin]
+Sudo = $(which ${SUDO})
+EOT
+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source ~/.cargo/env