Intended to use symlinks to the various files and directories
com.googlecode.iterm2.plist
Export/Import Settings: Preferences / General
- Load preferences from a custom folder or Url
- Browse to this directory
- Save Current Settings to Folder to save
Requires:
- zsh installed
- Default shell set to use zsh. On Mac, go to Users & Groups, right-click on user and go to Advanced options and set the shell path to homebrew's zsh path
- ZDOTDIR to be set in .zshenv (to zsh directory)
- Set which modules to use in .zshenv
ZDOTDIR=$HOME/config/zsh
ZSCRIPTS=$HOME/config/shell_scripts
# If using Apple Silicon, uncomment
# export HAS_ARM_CPU=true
# Setting to false does not have any affect. Need to comment out for false
export HAS_GIT=true
# export HAS_ADB=true
export HAS_BREW=true
export HAS_BREW_CURL=true
export HAS_CCAT=true
export HAS_DIRENV=true
# export HAS_RBENV=true
export HAS_ZSH_SYNTAX_HIGHLIGHTING=true
- Install Emacs
- Create symbolic link for .emacs.d to emacs directory
ln -s ~/config/emacs ~/.emacs.d