You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
change the theme in your .zshrc and add some aliasses at the bottom
$ vim ~/.zshrc
...
ZSH_THEME="warlord"
...
#alias ohmyzsh="mate ~/.oh-my-zsh"
alias tmux-n="tmux -2 new -s"
alias tmux-o="tmux -2 attach -t"
alias tmux-k="tmux kill-session -t"
Restart your terminal after the installation and you should see the zsh prompt (if not restart your System).
Follow the crashcourse in the screenshot to learn how to use tmux and get familiar with the setup.
To use the powerline theme just copy and rename the .tmux/.tmux.conf.surface_powerline file or rewrite the .tmux.conf to use it. Remember you have to use a powerline patched fonts (if not yo'll see weird glyphs in the statusbar.)
Troubleshooting
tmux shows weird colors:
inside your terminal (not in tmux) run 'echo $TERM' to find out your terminal emulator and modify the first line of the ~/.tmux/.tmux.conf.options file to fit your setup (may you have to use google for the correct setting). If that not works then make sure you added the -2 in the alias section of your ~/.zshrc to force tmux to start in truecolor mode.
Shell is still Bash:
Run 'chsh' inside your terminal, enter /bin/zsh and restart your terminal.
Vim uses unix as fileformat on my Mac:
Open the file ~/.vim/.vimrc.aufiles and change the encoding in line 36 and 37.