Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/partysun/.dotfiles


https://github.com/partysun/.dotfiles

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

## Install .dotfiles:

First, check out the .dotfiles repo in your $HOME directory

```
git clone [email protected]/Partysun/.dotfiles.git
cd dotfiles
```

then use [stow](https://www.gnu.org/software/stow/) to create symlinks

```bash
stow -v .
```

Want to simulate any stow action before execution ```-n```

Remove dotfiles:

```bash
stow -v -D .
```

Copy a new config to dotfiles folder first time:

```bash
stow -v --adopt .
```