mirror of
https://github.com/guilhermewerner/dotfiles
synced 2025-06-14 10:24:20 +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 \
|
unzip \
|
||||||
wget \
|
wget \
|
||||||
xz-utils \
|
xz-utils \
|
||||||
zsh \
|
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
|
|
||||||
|
|
||||||
# Rust
|
# Rust
|
||||||
|
|
||||||
@ -113,7 +104,15 @@ docker pull elasticsearch
|
|||||||
#docker pull memcached
|
#docker pull memcached
|
||||||
#docker pull rabbitmq
|
#docker pull rabbitmq
|
||||||
|
|
||||||
|
# Snap
|
||||||
|
|
||||||
|
sudo snap install sosumi
|
||||||
|
|
||||||
# SSH
|
# SSH
|
||||||
|
|
||||||
mkdir ~/.ssh
|
mkdir ~/.ssh
|
||||||
cp ./Config/.ssh/config ~/.ssh/config
|
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