Files
dotfiles/README.md
T
2016-12-01 17:42:50 -06:00

817 B

Installation

The install script will not overwrite any actual files in your home directory - dotbot will report a failure to link.

cd ~
git clone https://github.com/adamlamers/dotfiles .dotfiles_git
cd ~/.dotfiles_git
./install

My dotfiles

Features:

Shell (zsh/bash) utility functions such as:

  • pubkey
  • pwgen
  • encrypt
  • decrypt
  • download_bootstrap
  • init_flask
  • weather

Zsh configured for:

  • zprezto
  • zsh-autosuggestions
  • zsh-syntax-highlighting

My Vim setup designed to work lightweight on servers or heavyweight for personal use.

  • Monokai color scheme
  • Some standard sanity settings

If you install plugins inside vim with :BundleInstall you'll get:

  • SimpylFold
  • VimWiki
  • CalendarVim
  • ctrlp
  • emmet
  • vim-surround

Add plugins to the Vundle config in vimrc_vundle