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

https://github.com/marfox/dotfiles

bash (debian, mac, manjaro), tmux, vi configuration files
https://github.com/marfox/dotfiles

bash-profile bashrc tmuxrc vimrc

Last synced: 4 months ago
JSON representation

bash (debian, mac, manjaro), tmux, vi configuration files

Awesome Lists containing this project

README

          

# dotfiles
Configuration files for:
- BASH (Debian, Manjaro, MacOS)
- tmux
- vim

## Vim scripts installation
```bash
git clone https://github.com/preservim/nerdcommenter.git ~/.vim/pack/$USER/opt/nerd-commenter
```
```bash
git clone https://github.com/vim-scripts/indentpython.vim.git ~/.vim/pack/$USER/opt/python-indent
```
```bash
git clone https://github.com/vim-scripts/Colour-Sampler-Pack.git ~/.vim/pack/$USER/opt/colour-sampler-pack
```
```bash
git clone https://github.com/vim-syntastic/syntastic.git ~/.vim/pack/$USER/opt/syntastic
```
```bash
git clone https://github.com/vim-airline/vim-airline ~/.vim/pack/$USER/opt/vim-airline
```
```bash
git clone https://github.com/morhetz/gruvbox.git ~/.vim/pack/$USER/opt/gruvbox
```

Look for additional scripts & plugins at https://vimawesome.com/

### To consider
- [ ] code completion: [YouCompleteMe](https://github.com/ycm-core/YouCompleteMe)
- [ ] good ol' TextMate snippets: [engine](https://github.com/sirver/ultisnips) & [DB](https://github.com/honza/vim-snippets)