https://github.com/scurker/dotfiles
~/. my personal dotfiles
https://github.com/scurker/dotfiles
bash dotfiles shell
Last synced: 2 months ago
JSON representation
~/. my personal dotfiles
- Host: GitHub
- URL: https://github.com/scurker/dotfiles
- Owner: scurker
- License: mit
- Created: 2015-08-28T23:06:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T21:26:01.000Z (over 1 year ago)
- Last Synced: 2025-03-17T21:41:06.162Z (over 1 year ago)
- Topics: bash, dotfiles, shell
- Language: Shell
- Size: 69.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# scurker's dotfiles
Welcome to my command line:

# Install
```bash
$ bash -c "$(curl -fsSL raw.github.com/scurker/dotfiles/master/bin/dotfiles)"
```
This step will download and initiate the dotfiles repository in `~/.dotfiles` and may overwrite existing dotfiles in your home directory.
# Updating
Just run the dotfiles command:
```bash
$ dotfiles
```
# License
[MIT](license) © Jason Wilson
# Thanks to...
All the different folks that helped to provide inspiration and code, including:
* [@mathiasbynens](https://github.com/mathiasbynens) - [mathiasbynens/dotfiles](https://github.com/mathiasbynens/dotfiles)
* [@necolas](https://github.com/necolas) - [necolas/dotfiles](https://github.com/necolas/dotfiles)
* [@nicknisi](https://github.com/nicknisi) - [nicknisi/dotfiles](https://github.com/nicknisi/dotfiles)
* [@eduardolundgren](https://github.com/eduardolundgren/dotfiles) - [eduardolundgren/dotfiles](https://github.com/eduardolundgren/dotfiles)