https://github.com/endocrimes/dotfiles
things that give computers my special brand of depression
https://github.com/endocrimes/dotfiles
Last synced: over 1 year ago
JSON representation
things that give computers my special brand of depression
- Host: GitHub
- URL: https://github.com/endocrimes/dotfiles
- Owner: endocrimes
- Created: 2014-01-30T23:32:38.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T21:40:46.000Z (about 2 years ago)
- Last Synced: 2024-05-02T01:08:26.369Z (about 2 years ago)
- Language: Shell
- Homepage:
- Size: 406 KB
- Stars: 26
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
To Install:
```bash
# Pull and Install Dotfiles
git --work-tree=$HOME --git-dir=$HOME/.files.git init && \
git --work-tree=$HOME --git-dir=$HOME/.files.git remote add origin https://github.com/endocrimes/dotfiles.git && \
git --work-tree=$HOME --git-dir=$HOME/.files.git pull origin main && \
git --work-tree=$HOME --git-dir=$HOME/.files.git submodule update --recursive && \
make osx
```