Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chkg2a/dot-install


https://github.com/chkg2a/dot-install

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Installation Instruction

```
sh -c "$(curl https://raw.githubusercontent.com/chkg2a/dot-install/master/installer.sh)"
```

## Easily Manage dotfiles

You can use stow to easily manage dotfiles

```
pacman -S stow
```

### Make a directory

```
mkdir $HOME/dotfiles
```

### Copy your dotfiles

```
cp -r ~/.zshrc ~/.config/nvim ~/dotfiles
```

### Sync it

```
cd ~/dotfiles && stow --adopt .
```
### Make A Git repo

And push it