All Projects → llaumgui → My Zsh Config

llaumgui / My Zsh Config

Licence: gpl-2.0
My custom Oh My Zsh configuration.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to My Zsh Config

msfvenom-zsh-completion
zsh completion for msfvenom in Metasploit
Stars: ✭ 42 (+740%)
Mutual labels:  zsh, oh-my-zsh
ansible-ohmyzsh
simple ansible role to install oh-my-zsh
Stars: ✭ 38 (+660%)
Mutual labels:  zsh, oh-my-zsh
zsh-ipip
🔩 An oh-my-zsh plugin for IPIP
Stars: ✭ 13 (+160%)
Mutual labels:  zsh, oh-my-zsh
Ansible Role Zsh
Setup antigen with oh-my-zsh, powerlevel10k theme, fzf, autosuggestions, syntax-highlighting
Stars: ✭ 210 (+4100%)
Mutual labels:  zsh, oh-my-zsh
Fz
Cli shell plugin, the missing fuzzy tab completion feature of z jump around command.
Stars: ✭ 359 (+7080%)
Mutual labels:  zsh, oh-my-zsh
Spaceship Prompt
🚀⭐ A Zsh prompt for Astronauts
Stars: ✭ 15,748 (+314860%)
Mutual labels:  zsh, oh-my-zsh
go-dev
Golang Dev Env Dockerfile
Stars: ✭ 17 (+240%)
Mutual labels:  zsh, oh-my-zsh
Dotfiles Win
🙈 oh-my-zsh on bash on windows configuration files
Stars: ✭ 167 (+3240%)
Mutual labels:  zsh, oh-my-zsh
zshrc
📝 Zsh Configuration for nerds with zplug
Stars: ✭ 28 (+460%)
Mutual labels:  zsh, oh-my-zsh
cdc
☣️ Shell plugin for zsh/bash that allows you to cd to subdirectories of user-defined directories from anywhere, without editing CDPATH.
Stars: ✭ 17 (+240%)
Mutual labels:  zsh, oh-my-zsh
Zsh Vi Mode
💻 A better and friendly vi(vim) mode plugin for ZSH.
Stars: ✭ 181 (+3520%)
Mutual labels:  zsh, oh-my-zsh
Dotfiles
Dotfiles for all :D
Stars: ✭ 700 (+13900%)
Mutual labels:  zsh, oh-my-zsh
Zeta Zsh Theme
Another ⭐️ theme for oh-my-zsh
Stars: ✭ 184 (+3580%)
Mutual labels:  zsh, oh-my-zsh
Starship
☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
Stars: ✭ 20,504 (+409980%)
Mutual labels:  zsh, oh-my-zsh
Zsh In Docker
Install Zsh, Oh-My-Zsh and plugins inside a Docker container with one line!
Stars: ✭ 169 (+3280%)
Mutual labels:  zsh, oh-my-zsh
zsh-ssh-agent
Ssh-agent management for zsh
Stars: ✭ 19 (+280%)
Mutual labels:  zsh, oh-my-zsh
Zsh Theme
Yet another zsh theme
Stars: ✭ 153 (+2960%)
Mutual labels:  zsh, oh-my-zsh
Zsh Proxy
🔩 An oh-my-zsh plugin to configure proxy
Stars: ✭ 162 (+3140%)
Mutual labels:  zsh, oh-my-zsh
dotfiles
My dotfiles for oh-my-zsh, vim and tmux 📟
Stars: ✭ 23 (+360%)
Mutual labels:  zsh, oh-my-zsh
Zsh Notify
Desktop notifications for long-running commands in zsh.
Stars: ✭ 389 (+7680%)
Mutual labels:  zsh, oh-my-zsh

My Zsh Config

My custom Oh My Zsh configuration.

Install

My Zsh Config install Oh My Zsh in a system directory to be used by all users instead user's home directory.

sudo mkdir /opt/robbyrussell
cd /opt/robbyrussell
sudo git clone https://github.com/robbyrussell/oh-my-zsh.git
  • Install my configuration:
sudo mkdir /opt/llaumgui
cd /opt/llaumgui
sudo git clone https://github.com/llaumgui/my-zsh-config.git
  • Deploy configuration:
sudo cp /etc/zshrc /etc/zshrc.back
sudo cp /etc/zshenv /etc/zshenv.back
sudo cat /opt/llaumgui/my-zsh-config/etc/zshrc > /etc/zshrc
sudo cat /opt/llaumgui/my-zsh-config/etc/zshenv.dist >> /etc/zshenv
  • Enjoy !

Setup

Just edit /etc/zshenv for global settings or edit your personal ~/.zshrc file for a per user configuration.

Upgrade

My Zsh Config override the Oh My Zsh upgrade script. You upgrade My Zsh Config and Oh My Zsh in same time.

By default auto update is disabled (DISABLE_AUTO_UPDATE), to enable it: just put this line in your personnal ~/.zshrc:

# Enable the bi-weekly auto-update checks.
zsh -f $ZSH/tools/check_for_upgrade.sh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].