Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/intrip/dotfiles

A set of vim, zsh, git dotfiles
https://github.com/intrip/dotfiles

dotfiles settings

Last synced: 9 days ago
JSON representation

A set of vim, zsh, git dotfiles

Awesome Lists containing this project

README

        

jacopo dotfiles
-------------

My personal collection of dotfiles

Requirements
------------

Set zsh as your login shell:

chsh -s $(which zsh)

Install spaceshift prompt (outdated):

https://denysdovhan.com/spaceship-prompt/#installing

Install
-------

Clone onto your laptop:

git clone [email protected]:intrip/dotfiles.git ~/.dotfiles

Install [rcm](https://github.com/thoughtbot/rcm):

brew tap thoughtbot/formulae
brew install rcm

Install the dotfiles:

env RCRC=$HOME/.dotfiles/rcrc rcup