Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathankot/dotfiles
https://github.com/nathankot/dotfiles
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nathankot/dotfiles
- Owner: nathankot
- Created: 2013-06-08T08:53:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-04T03:45:03.000Z (6 months ago)
- Last Synced: 2024-10-26T22:47:43.331Z (3 months ago)
- Language: Shell
- Size: 33.9 MB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My dotfiles.
### Setup
Clone this repo + submodules.
```
$ git clone https://github.com/nathankot/dotfiles.git
$ git submodule update --init --recursive
```Install homebrew, and setup python venv, deps for ansible:
```
$ cd /path/to/dotfiles
$ python3 -m venv env
$ pip3 install -r ./requirements.txt
```Run the install script and follow instructions. Options are `admin` for the
admin of a host or `user`.```
$ ./install [admin|user]
```Lastly there may be some private config that needs to be set up.
Private config files:
```
~/.gitconfig.private
~/.shell/private.fish
```Import GPG secret keys.