Skip to content

cberzan/dotfiles

Repository files navigation

My config files for bash, vim, etc.

How to set up on a new machine:

git clone https://github.com/cberzan/dotfiles.git
cd dotfiles
./deploy.py
# then there are some manual steps at the bottom of deploy.py

To convert the read-only repo to a push-allowed repo (assuming the proper ssh keys are in place), make the following edit to .git/config:

-url = https://github.com/wmusial/dotfiles.git
+url = git@github.com:cberzan/dotfiles.git

To set up with push access:

Add the machine's ssh key to github config, then clone from git@github.com:cberzan/dotfiles.git instead of the HTTPS URL. Alternatively, edit the URL in .git/config.

How to add a neovim package

cd nvim-packages
git submodule add https://github.com/kana/vim-arpeggio.git

About

unix config files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors