Socialify

Folder ..

Viewing README.md
25 lines (16 loc) • 385.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# dotfiles

Since, I am a Linux user now, here is the obligatory dotfiles repository.

I am using [GNU Stow](https://www.gnu.org/software/stow/) to manage my dotfiles. 

## Installation

```bash
git clone https://github.com/luciferreeves/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
stow -t ~ *
```

## Uninstallation

```bash
cd ~/.dotfiles
stow -t ~ -D *
```

## License

[MIT](LICENSE)