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

https://github.com/danimal141/dotfiles

My dotfiles
https://github.com/danimal141/dotfiles

dotfiles

Last synced: 9 months ago
JSON representation

My dotfiles

Awesome Lists containing this project

README

          

# Dotfiles

## Requirements

- [homesick](https://github.com/technicalpickles/homesick)

## Get started

```shell
# Prepare dotfiles environment in your local
$ mkdir -p ~/.homesick/repos && cd ~/.homesick/repos
$ git clone git@github.com:danimal141/dotfiles.git

# Setup
$ ./setup.sh

# Sync dotfiles
$ homesick link dotfiles
```

### Share coc-settings for nvim
```
# Manage coc-settings under .vim and share the symlink under .config/nvim
$ ln -s ~/.vim/coc-settings.json ~/.config/nvim
```