Skip to content
Tomas Baca edited this page Sep 7, 2018 · 5 revisions

Zshell

Zshell is installed with athame.

Sample .zshrc

plugins=(git tmuxinator)

# where should ctags look for sources to parse?
# -R dir1 -R dir2 ...
export CTAGS_SOURCE_DIR="-R ~/mrs_workspace -R ~/workspace"

# where should ctags look for sources to parse?
# CTAGS FROM THOSE FILE WILL BE CREATED ONLY ONCE
# -R dir1 -R dir2 ...
export CTAGS_ONCE_SOURCE_DIR="-R /opt/ros/kinetic/include"

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

# path to the ros workspace
export ROS_WORKSPACE="~/mrs_workspace ~/workspace"

# want to run tmux automatically with new terminal?
export RUN_TMUX=true

# want to use athame?
export USE_ATHAME=true

export PROFILES_ADDITIONS=""
export PROFILES_DELETIONS=""
export PROFILES_BOTH="TOMAS DELL COLORSCHEME_DARK"

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