Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremija/dotfiles
My collection of dotfiles
https://github.com/jeremija/dotfiles
Last synced: 9 days ago
JSON representation
My collection of dotfiles
- Host: GitHub
- URL: https://github.com/jeremija/dotfiles
- Owner: jeremija
- Created: 2015-08-22T08:53:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-21T14:54:36.000Z (4 months ago)
- Last Synced: 2024-08-07T18:45:04.404Z (3 months ago)
- Language: Shell
- Size: 26.5 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## Install
```bash
git clone --branch release --depth 1 https://github.com/jeremija/dotfiles ~/dotfiles
cd ~/dotfiles
make install
```## Mac OS
You can run `mac-setup` to install homebrew and its packages:
```bash
make mac-setup
```## Uninstall
```bash
cd ~/dotfiles
make uninstall
```**NOTE** Installation should not replace any existing files, but uninstall **WILL** remove them!
# node version manager (nvm)
To install `nvm` just run:
```bash
git clone https://github.com/creationix/nvm ~/.nvm
```