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

https://github.com/msisdev/my-dotfiles-old

My linux dotfiles
https://github.com/msisdev/my-dotfiles-old

Last synced: about 1 month ago
JSON representation

My linux dotfiles

Awesome Lists containing this project

README

          

# my-dotfiles

My linux dotfiles

## Guide

### New
> You are at a root of repository.

#### Case 1: dotfile is at `~`
```bash
mkdir zshrc
mv ~/.zshrc ./zshrc
stow -t $HOME --adopt zshrc
```

#### Case 2: dotfile is at `~/.config`
```bash
mkrdir -p nvim/.config
mv ~/.config/nvim nvim/.config
stow -t $HOME --adopt nvim
```