Mac Ricing
Mac Ricing
Wenn man sein Terminal ein bisschen schicker machen möchte (wer will das nicht?) kann man das auf dem Mac recht einfach machen:
Shell
Basierend auf der folgenden Anleitung:
brew install —cask iterm2
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
In ~/.zshrc:
ZSH_THEME="powerlevel10k/powerlevel10k"
Dann für die Plugins:
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
In der .zshrc:
plugins=(
zsh-syntax-highlighting
zsh-autosuggestions
)
VIM
Basierend auf dieser Anleitung:
# Go to home directory
cd ~
# Clone maximum-awesome
git clone https://github.com/square/maximum-awesome.git
# Install it
cd maximum-awesome
rake
Color Schemes
# Go to home directory
cd ~
git clone https://github.com/flazz/vim-colorschemes
mv vim-colorschemes/colors maximum-awesome/vim/.
rm -rf vim-colorschemes
In .vimrc.local:
13: colorscheme eva01
Airline Plugin
# Download it first
cd ~
git clone https://github.com/vim-airline/vim-airline.git
# Copy the necessary files to .vim directories
mv vim-airlines/autoload/* ~/.vim/autoload/.
mv vim-airlines/plugin/* ~/.vim/plugin/.
# Remove the temp git clone
rm -rf vim-airlines
Wichtig:
NerdTree kann man dann benutzen über:
:NERDTree
Oder den Shortcut ,d