Skip to content

emmilive/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My dotfiles

How to use

  1. Clone or download this Repository
  2. Copy the .vimrc and/or .zshrc files to your home-directory
  3. Install Antigen (see https://github.com/zsh-users/antigen/wiki/Installation)
    • On macOS run brew install antigen
    • On Debian Linux run apt-get install zsh-antigen or using the installer
    • curl -L git.io/antigen > antigen.zsh
  4. Install vundle
    • git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
    • Install Vundle and plugins in vim :PluginInstall or commandline vim +PluginInstall +qall
  5. Enjoy

Trouleshooting

Problem

err: please use GUI or a 256-color terminal (so that t_Co=256 could be set)

Put this line in your ~/.zshrc or ~/.bashrc

[[ "$TERM" == "xterm" ]] && export TERM=xterm-256color

About

My configs for vim, zsh, oh-my-zsh and tmux

Topics

Resources

Stars

Watchers

Forks