openam / shell-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shell Config

This assumes that you have Z shell and oh-my-zsh previously configured on your system.

Automated Setup

Coming soon!

Manual Setup

Clone the repository to the home directory:

git clone https://github.com/<username>/shell-config.git ~/.shell-config

Copy the base zshrc file and enable/disable any options you want to:

# copy the zshrc file
cp ~/.shell-config/zshrc.default ~/.shell-config/zshrc

# edit the file as desired
vi ~/.shell-config/zshrc

# install required
~/.shell-config/setup/zsh.sh
~/.shell-config/setup/fonts.sh
~/.shell-config/setup/dotfiles.sh

# install extras
# you may want to look at these files to verify they are still things you want installed
~/.shell-config/setup/homebrew.sh


# symlink new configuration
ln -is ~/.shell-config/zshrc ~/.zshrc

# reload profile
source ~/.zshrc

About


Languages

Language:Shell 61.6%Language:Python 22.1%Language:Perl 16.3%