Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/intrip/dotfiles
- Owner: intrip
- License: mit
- Created: 2017-03-20T09:22:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T07:28:29.000Z (4 months ago)
- Last Synced: 2024-06-26T08:42:03.642Z (4 months ago)
- Topics: dotfiles, settings
- Language: Vim script
- Homepage:
- Size: 2.72 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 rcmInstall the dotfiles:
env RCRC=$HOME/.dotfiles/rcrc rcup