https://github.com/hoffi/dotfiles
My dotfiles
https://github.com/hoffi/dotfiles
Last synced: about 2 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/hoffi/dotfiles
- Owner: hoffi
- License: mit
- Created: 2015-03-28T11:09:06.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T18:01:59.000Z (almost 8 years ago)
- Last Synced: 2025-01-28T12:15:59.586Z (over 1 year ago)
- Language: Shell
- Size: 2 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stefan's dotfiles

## Installation
Clone the repo and run the install script:
```bash
git clone git@github.com:hoffi/dotfiles.git ~/.dotfiles && cd ~/.dotfiles && ./install
```
To update simply `cd` into the `.dotfiles` directory and `git pull`.
If new files were added to the repo simply run `./install` again and it will setup
everything correctly
## Configure git user
To configure the git user create a file `.gitconfig.user` in your HOME directory
and add your user infos:
```
[user]
name = NAME
email = EMAIL
```
## Theme
[hoffi/zsh-theme-lambda](https://github.com/hoffi/zsh-theme-lambda)
## Thanks to
* [Anish Athalye](http://www.anishathalye.com) for his [dotbot](https://github.com/anishathalye/dotbot) script
* [Carlos Alexandro Becker](https://github.com/caarlos0) for creating [antibody](https://github.com/caarlos0/antibody)