Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wonism/dotfiles
my dotfiles
https://github.com/wonism/dotfiles
bash config dot dotfiles env osx script shell
Last synced: about 1 month ago
JSON representation
my dotfiles
- Host: GitHub
- URL: https://github.com/wonism/dotfiles
- Owner: wonism
- Created: 2020-10-11T16:47:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-23T07:37:41.000Z (almost 3 years ago)
- Last Synced: 2024-11-13T08:37:11.862Z (3 months ago)
- Topics: bash, config, dot, dotfiles, env, osx, script, shell
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🖥 dotfiles
## Installation
**⚠️ Disclaimer:** review files, then remove things that you don't want
to use. Please use my settings carefully if you don't know what files
do. Use at your own risk.```sh
# clone into your home directory (~)
$ git clone https://github.com/wonism/dotfiles.git ~# if you want to install these without Git. then,
$ cd ~
$ curl -#L https://github.com/wonism/dotfiles/tarball/main | tar -xzv --strip-components 1 --exclude={README.md,.gitignore}
```