Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/partysun/.dotfiles
https://github.com/partysun/.dotfiles
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/partysun/.dotfiles
- Owner: Partysun
- Created: 2024-05-13T00:48:15.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-05-16T09:01:44.000Z (6 months ago)
- Last Synced: 2024-05-16T10:26:23.584Z (6 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```