https://github.com/intrip/dotfiles
A set of vim, zsh, git dotfiles
https://github.com/intrip/dotfiles
dotfiles settings
Last synced: 5 months 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 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T08:45:11.000Z (over 1 year ago)
- Last Synced: 2025-03-19T02:38:38.664Z (over 1 year ago)
- Topics: dotfiles, settings
- Language: Vim script
- Homepage:
- Size: 2.74 MB
- Stars: 2
- Watchers: 1
- 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 git@github.com: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
Configuration
-------------
### Secrets (API keys, tokens)
Create a `~/.secrets.local` file for sensitive environment variables (this file is not tracked by git):
touch ~/.secrets.local
Add your API keys:
# OpenAI
export OPENAI_API_KEY="your-api-key-here"