ZSH conf files
Go to file
Andrea Mistrali a9abfcda86
Add KK post alias and disable aws CLI
2024-11-12 16:04:15 +01:00
oh-my-posh Update starship and awsprofile 2022-05-23 10:10:56 +02:00
starship Added my starship config file 2024-05-26 08:05:01 +02:00
zsh.d Add KK post alias and disable aws CLI 2024-11-12 16:04:15 +01:00
.gitignore New git hook 2023-03-22 11:10:49 +01:00
.gitmodules Test of integration of brew and utils 2021-10-28 10:11:01 +02:00
LICENSE Initial commit 2015-03-13 14:36:57 +01:00
README.md Updated README 2023-10-10 13:06:53 +02:00
zshrc Stop profiling 2024-10-31 13:05:04 +01:00

README.md

zsh

My zsh configuration files

Works on Linux, *BSD and OSX, tested on Ubuntu, CentOS, Debian, FreeBSD and several versions of macOS.

Supported plugins

There is native support for:

These plugins must be installed in another way, I only support using them

There is also native support for iTerm2 shell integration, if you are running on macOS

Installation

  • Clone recurively this repo in /etc/zsh: sudo git clone --recurse <url> /etc/zsh;
  • Copy /etc/zsh/zshrc in /etc;
  • Done

NOTE: on macOS with each update of the OS, the file /etc/zshrc is restored to the default, you will have to copy again the one in /etc/zsh: sudo cp /etc/zsh/zshrc /etc/zshrc

If you prefer to avoid touching /etc/ you can clone the repo in ~/.zsh and copy the zshrc into ~/.zshrc: cp ~/.zsh/zshrc ~/.zshrc, but then you have to add your own customisations to .zshrc at the end of the file.