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