https://github.com/ghostrick/dotfile
🎨 config
https://github.com/ghostrick/dotfile
Last synced: about 1 year ago
JSON representation
🎨 config
- Host: GitHub
- URL: https://github.com/ghostrick/dotfile
- Owner: ghostrick
- Created: 2017-03-23T14:25:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T17:03:17.000Z (almost 2 years ago)
- Last Synced: 2025-06-04T12:18:51.101Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfile
## Setup
```
$ ln -s /path/to/dotfile/tmux/.tmux.conf ~/.tmux.conf
$ ln -s /path/to/dotfile/fish/config.fish ~/.config/fish/conf.d/config.fish
$ fisher install /path/to/dotfile/fish/theme
$ mkdir -p ~/.config/alacritty/themes
$ git clone https://github.com/alacritty/alacritty-theme ~/.config/alacritty/themes
$ ln -s /path/to/dotfile/alacritty/alacritty.toml ~/.config/alacritty/alacritty.toml
$ ln -s /path/to/dotfile/nvim/init.vim ~/.config/nvim/init.vim
$ ln -s /path/to/dotfile/nvim/coc-settings.json ~/.config/nvim/coc-settings.json
```
## coc.nvim
```
CocInstall coc-angular
CocInstall coc-html
CocInstall coc-css
CocInstall coc-elixir
CocInstall coc-tsserver
CocInstall coc-flutter
```