Skip to content

cyrusstoller/dotfiles

Repository files navigation

Dotfiles

Here are some of the most basic dotfiles that I use. This repo is a work in progress.

Installation

I recommend cloning this repository into ~/.dotfiles, but it will function appropriately wherever you decide to store it.

$ git clone git@github.com:cyrusstoller/dotfiles.git ~/.dotfiles --recursive

git

Add default "Author Name" and "Email"

cp preferences/gitconfig ~/.gitconfig

Or do it manually

$ git config --global user.name "Cyrus Stoller"
$ git config --global user.email cyrus.stoller@gmail.com

vim

To install Vundler be sure to run:

$ git submodule init
$ git submodule update --remote

To install the vim plugins once vim has started:

:PluginUpdate

Shell script

$ ./install-macos.sh
# OR
$ ./install-crostini.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors