Skip to content
Tomáš Báča edited this page Jul 16, 2019 · 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_BOTH="COLORSCHEME_DARK"

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