Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhartington/dotfiles
https://github.com/mhartington/dotfiles
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mhartington/dotfiles
- Owner: mhartington
- Created: 2014-10-28T13:28:21.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T17:40:45.000Z (about 1 year ago)
- Last Synced: 2025-01-09T21:44:21.613Z (11 days ago)
- Language: Shell
- Size: 21.1 MB
- Stars: 597
- Watchers: 30
- Forks: 111
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred-test - mhartington/dotfiles - (Shell)
README
# Obligatory Dotfile Repo
Neovim, Kitty, Tmux...oh my.
## Install
Note this install is if you have a new machine, and need everything setup.
For that, I sugguest```
curl https://cdn.rawgit.com/mhartington/dotfiles/master/install.sh | sh
```If you already have things like git, homebrew,node etc installed, then here have a cookie and sit back.
You should just be able to just run these few lines.```
brew tap thoughtbot/formulae
brew install rcm
git clone https://github.com/mhartington/dotfiles.git ~/.dotfiles
cd $HOME
rcup
```