Última atividade 1754475957

Revisão e7a31900660f0d9bd1f7ce5ebf611dca2e8130cb

install-ohmyzsh.sh Bruto
1apt update && apt install zsh git curl rsync net-tools dnsutils htop iotop tmux gnupg2 fonts-font-awesome fonts-powerline -y
2
3sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
4git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
5git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
6
7git clone https://github.com/JannoTjarks/catppuccin-zsh.git
8mkdir ~/.oh-my-zsh/themes/catppuccin-flavors
9mv catppuccin-zsh/catppuccin.zsh-theme /root/.oh-my-zsh/themes
10mv catppuccin-zsh/catppuccin-flavors/ /root/.oh-my-zsh/themes/
11
12curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh | sh
13
14curl https://gist.palmasolutions.net/Malin/cdaff97731544c13a06e95bf94365959/raw/HEAD/.zshrc --output /root/.zshrc && source /root/.zshrc
15
16ZSH_THEME="catppuccin"
17CATPPUCCIN_FLAVOR="mocha" # Required! Options: mocha, flappe, macchiato, latte
18CATPPUCCIN_SHOW_TIME=true # Optional! If set to true, this will add the current time to the prompt.
19
20mkdir -p ~/.config/tmux/plugins/catppuccin
21git clone -b v2.1.3 https://github.com/catppuccin/tmux.git ~/.config/tmux/plugins/catppuccin/tmux
22echo "run ~/.config/tmux/plugins/catppuccin/tmux/catppuccin.tmux" >> ~/.tmux.conf
23tmux source ~/.tmux.conf