https://github.com/danimal141/dotfiles
My dotfiles
https://github.com/danimal141/dotfiles
dotfiles
Last synced: 9 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/danimal141/dotfiles
- Owner: danimal141
- Created: 2014-03-08T01:17:20.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-15T12:15:31.000Z (10 months ago)
- Last Synced: 2025-03-15T13:23:18.879Z (10 months ago)
- Topics: dotfiles
- Language: Vim Script
- Homepage:
- Size: 224 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```