Skip to content

zefdelgadillo/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Rough instructions to quickly bootstrap dotfiles on a fresh Mac:

  1. Create a workspace directory
mkdir ~/workspace
  1. Install homesick.
gem install homesick
  1. Clone this repo (homesick calls it a castle).
homesick clone zefd1/dotfiles.git
  1. Link the castle to the home directory.
homesick link dotfiles

See the homesick readme for full homesick usage.

Just pull down Vim configurations for a Linux server:

  1. Install git.
  2. Setup Vundle.
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  1. Download latest .vimrc from this repo.
curl -o ~/.vimrc https://raw.githubusercontent.com/zefd1/dotfiles/master/home/.vimrc
  1. Install all plugins.
# from command line
vim +PluginInstall +qall

# from within Vim
:PluginInstall

About

💻These are my dotfiles

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published