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
- Host: GitHub
- URL: https://github.com/marfox/dotfiles
- Owner: marfox
- License: gpl-3.0
- Created: 2018-01-25T14:08:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T15:50:55.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T09:16:41.289Z (over 1 year ago)
- Topics: bash-profile, bashrc, tmuxrc, vimrc
- Language: Vim Script
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)