Update bootstrap

This commit is contained in:
Rain 2021-09-28 04:40:16 +00:00
parent 4a75084a83
commit 28d2e8184e

View File

@ -4,22 +4,23 @@
# be run from within $HOME (assuming this is the root of your dotfiles) # be run from within $HOME (assuming this is the root of your dotfiles)
cd "$HOME" cd "$HOME"
echo "Init submodules" echo -e "\e[38;5;$((RANDOM%257))mInit submodules\e[0m"
yadm submodule update --recursive --init yadm submodule update --recursive --init
echo "Installing tmux package manager (tpm)" echo -e "\e[38;5;$((RANDOM%257))mInstalling tmux package manager (tpm)\e[0m"
sudo pacman -S tmux --noconfirm sudo pacman -S tmux --noconfirm
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
echo "Installing SpaceVim" echo -e "\e[38;5;$((RANDOM%257))mInstalling SpaceVim\e[0m"
sudo pacman -S neovim python-pyvim xclip --noconfirm sudo pacman -S neovim python-pyvim xclip --noconfirm
curl -sLf https://spacevim.org/install.sh | bash curl -sLf https://spacevim.org/install.sh | bash
echo "Setting up Rust" echo "Setting up Rust"
sudo pacman -S rustup --noconfirm sudo pacman -S rustup --noconfirm
rustup install stable rustup install stable
paru -S cargo-update
echo "Installing oh-my-zsh" echo -e "\e[38;5;$((RANDOM%257))mInstalling oh-my-zsh\e[0m"
sudo pacman -S zsh fzf dust ripgrep procs bat lsd starship --noconfirm sudo pacman -S zsh fzf dust ripgrep procs bat lsd starship --noconfirm
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
@ -33,6 +34,7 @@ mv ~/.zshrc ~/zshrc.temp
mv ~/.zshrc.pre-oh-my-zsh ~/.zshrc mv ~/.zshrc.pre-oh-my-zsh ~/.zshrc
echo -e "\e[38;5;$((RANDOM%257))mInstalling other common programs\e[0m"
sudo pacman -S mpv nethack vifm kitty topgrade --noconfirm