Skip to content

ManuelAngelSerrano/ohmyzsh

Repository files navigation

ohmyzsh

Mi configuración de ohmyzsh

  • Instalar iTerm2 y configurar la tecla alt izquierda con ESC+
  • Instalar zsh (si no está instalado)
  • Instalar git, curl, wget
  • Instalar ohmyzsh https://ohmyz.sh/
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/powerlevel10k
# Elegir entre simple, af-magic o agnoster
# agnoster necesita una fuente parcheada powerline
ZSH_THEME="simple"
ZSH_THEME="af-magic"
ZSH_THEME="agnoster"
ZSH_THEME="powerlevel10k/powerlevel10k"
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
# git para atajos de git 
# z para saltar a los directorios más utilizados
# sudo para poner sudo delante de la linea de comandos actual con <ESC><ESC>
# themes para cambiar el tema sobre la marcha (theme y lsthemes)
# plugins básicos
# plugins=(git z sudo themes)
plugins=(git z sudo themes zsh-syntax-highlighting zsh-autosuggestions)
brew install git-flow-avh
sudo apt-get install git-flow
yay gitflow-avh
# Añadir el plugin git-flow a ~/.zshrc
plugins=(git z sudo themes zsh-syntax-highlighting zsh-autosuggestions git-flow)

About

Mi configuración de ohmyzsh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published