/configurations

This repo contains personal configuration files for local development environment

Primary LanguageVim ScriptMIT LicenseMIT

Description

This repo contains personal configuration files for local development environment

Preparation

Install

oh-my-zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

red

Configurations

Clone this repo

git clone https://github.com/liuyang1520/configurations.git  ~/.liuyang1520-configurations

Create softlinks

ln -sf ~/.liuyang1520-configurations/dotfiles/.zshrc.local ~/
if [[ "$(uname -s)" = Darwin ]]; then ln -sf ~/.liuyang1520-configurations/dotfiles/.tmux-osx.conf ~/.tmux.conf; else ln -sf ~/.liuyang1520-configurations/dotfiles/.tmux.conf ~/; fi
ln -sf ~/.liuyang1520-configurations/dotfiles/.vimrc ~/
ln -sf ~/.liuyang1520-configurations/dotfiles/.ctags.d ~/
ln -sf ~/.liuyang1520-configurations/dotfiles/.ignore ~/

Update .zshrc

echo "source ~/.zshrc.local" >> ~/.zshrc

Update vim plugins

# Install node, go (optional, needed for some vim plugins)
# Install vim-plug
$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
$ vim +PlugInstall +PlugClean! +q

Screenshots

tmux

image