Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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}
```