Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arthurnn/dotfiles
arthurnn`s dotfiles
https://github.com/arthurnn/dotfiles
Last synced: 14 days ago
JSON representation
arthurnn`s dotfiles
- Host: GitHub
- URL: https://github.com/arthurnn/dotfiles
- Owner: arthurnn
- Created: 2013-01-11T22:38:36.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T18:48:58.000Z (over 1 year ago)
- Last Synced: 2024-10-04T17:19:36.449Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 372 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arthurnn’s dotfiles
## Installation
### Using Git and the setup script
You can clone the repository wherever you want. (I like to keep it in `~/src/dotfiles`) The bootstrapper script will pull in the latest version and link the files to your home folder.
```bash
git clone https://github.com/arthurnn/dotfiles.git && cd dotfiles && script/setup
```