mirror of
https://gitgud.io/Melon__Bread/gnu-plus-dotfiles.git
synced 2024-11-24 16:28:59 -05:00
Update bootstrap
This commit is contained in:
parent
790e95dc6c
commit
1c3e137484
@ -13,7 +13,13 @@ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||
echo "Installing SpaceVim"
|
||||
curl -sLf https://spacevim.org/install.sh | bash
|
||||
|
||||
echo "Setting up Rust"
|
||||
sudo pacman -S rustup --noconfirm
|
||||
rustup install stable
|
||||
|
||||
echo "Installing oh-my-zsh"
|
||||
sudo pacman -S zsh tmux fzf dust ripgrep procs bat lsd
|
||||
|
||||
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||
source ~/.zshrc
|
||||
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
|
||||
@ -21,11 +27,9 @@ git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-m
|
||||
git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-history-substring-search
|
||||
git clone https://github.com/spaceship-prompt/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt" --depth=1
|
||||
ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme" "$ZSH_CUSTOM/themes/spaceship.zsh-theme"
|
||||
|
||||
|
||||
echo "Setting up Rust"
|
||||
sudo pacman -S rustup --noconfirm
|
||||
rustup install stable
|
||||
mv ~/.zshrc ~/zshrc.temp
|
||||
mv ~/.zshrc.pre-oh-my-zsh ~/.zshrc
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user