Skip to content

joshblum/dotfiles

Repository files navigation

.files

To automatically clone the repository and install the requirements (git and pip) use:

curl -fsSLO https://raw.githubusercontent.com/joshblum/dotfiles/master/bootstrap-install
bash bootstrap-install
source ~/.zshrc
cd ~/.dotfiles
make packages # optionally install some basic packages

Alternatively, you can manually download and install by doing the following:

Installation

git clone [email protected]:joshblum/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
make
source ~/.zshrc
make packages # optionally install some basic packages

Note: .dotfiles uses Dotbot for installation.

Note: For OSX Homebrew must be installed:

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Update

Update all project submodules:

make update

Add plugins

git submodule add [link_to_git_repository.git] vim/bundle/[plugin_name]
git add .
git commit -m "Installed [plugin_name] as a submodule."

About

Love them .files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published