Skip to content
Tomas Baca edited this page Dec 28, 2020 · 5 revisions

Zshell

Zshell is installed with athame.

Sample .zshrc

plugins=(git tmuxinator)

# path to the git root
export GIT_PATH=~/git

# run Tmux automatically in every normal terminal
export RUN_TMUX=true

# use Athame in every normal terminal
export USE_ATHAME=true

# list (space-separated) of profile names for customizing configs
export PROFILES="COLORSCHEME_DARK"

# sourcing Tomas's linux setup
source ~/git/linux-setup/appconfig/zsh/dotzshrc
Clone this wiki locally