Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kassio/dotfiles
My environment setup
https://github.com/kassio/dotfiles
dotfiles shell
Last synced: 10 days ago
JSON representation
My environment setup
- Host: GitHub
- URL: https://github.com/kassio/dotfiles
- Owner: kassio
- Created: 2010-11-29T22:23:36.000Z (almost 14 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T12:47:12.000Z (10 days ago)
- Last Synced: 2024-10-29T14:51:34.415Z (10 days ago)
- Topics: dotfiles, shell
- Language: Shell
- Homepage:
- Size: 21.7 MB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# dotfiles
## Sharing for reference only
**Use it at your own risk.**
### Install
```console
# ensure git is installed
$ softwareupdate --all --install --force# check git version
# which will install git if not installed
$ git --version# clone this repository
$ git clone https://github.com/kassio/dotfiles.git ~/.dotfiles# install everything
$ ~/.dotfiles/install
```