https://github.com/ducaale/dotfiles
https://github.com/ducaale/dotfiles
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ducaale/dotfiles
- Owner: ducaale
- Created: 2017-09-16T08:11:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T21:09:39.000Z (about 5 years ago)
- Last Synced: 2026-02-10T19:14:14.722Z (5 months ago)
- Language: Vim script
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
### requirement
- GNU Stow
### installation
```bash
$ git clone https://github.com/ducaale/dotfiles.git ~/dotfiles
$ cd ~/dotfiles
$ stow neovim tmux
```
install neovim plugins with vim-plug
````bash
$ curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
$ nvim +PlugInstall +qa
`````
for more information check https://alexpearce.me/2016/02/managing-dotfiles-with-stow/