mirror of
https://github.com/guilhermewerner/dotfiles
synced 2025-06-13 18:04:18 +00:00
Update Bootstrap.sh
This commit is contained in:
19
Bootstrap.sh
19
Bootstrap.sh
@ -44,16 +44,7 @@ sudo apt install -y --no-install-recommends \
|
||||
unzip \
|
||||
wget \
|
||||
xz-utils \
|
||||
zsh \
|
||||
|
||||
# ZSH
|
||||
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
|
||||
git clone https://github.com/denysdovhan/spaceship-prompt "$ZSH_CUSTOM/themes/spaceship-prompt"
|
||||
ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme" "$ZSH_CUSTOM/themes/spaceship.zsh-theme"
|
||||
|
||||
cp ./Config/.zshrc ~/.zshrc
|
||||
cp ./Config/.zshenv ~/.zshenv
|
||||
zsh
|
||||
|
||||
# Rust
|
||||
|
||||
@ -113,7 +104,15 @@ docker pull elasticsearch
|
||||
#docker pull memcached
|
||||
#docker pull rabbitmq
|
||||
|
||||
# Snap
|
||||
|
||||
sudo snap install sosumi
|
||||
|
||||
# SSH
|
||||
|
||||
mkdir ~/.ssh
|
||||
cp ./Config/.ssh/config ~/.ssh/config
|
||||
|
||||
# ZSH
|
||||
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
|
||||
|
Reference in New Issue
Block a user