Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yak6/dotfiles
My GNU/Linux dotfiles
https://github.com/yak6/dotfiles
Last synced: 4 days ago
JSON representation
My GNU/Linux dotfiles
- Host: GitHub
- URL: https://github.com/yak6/dotfiles
- Owner: yak6
- Created: 2024-10-17T22:45:17.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-06T21:06:50.000Z (11 days ago)
- Last Synced: 2024-11-06T22:17:51.880Z (11 days ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yak6's dotfiles
My GNU/Linux dotfiles# vimrc
![obraz](https://github.com/user-attachments/assets/1a31dd09-97e2-49e0-9867-5bce8eb55d2f)
### Install plugins
Install vim-plug to manage plugins in vim:```bash
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
```In vim, type:
```
:PlugInstall
```This will install all the plugins from .vimrc