Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dvdmtw98/dotfiles
Collection of various configuration files (Dotfiles)
https://github.com/dvdmtw98/dotfiles
dotfiles linux tmux vim
Last synced: 8 days ago
JSON representation
Collection of various configuration files (Dotfiles)
- Host: GitHub
- URL: https://github.com/dvdmtw98/dotfiles
- Owner: dvdmtw98
- Created: 2021-03-22T05:44:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-03T12:50:32.000Z (over 3 years ago)
- Last Synced: 2024-08-13T07:18:23.570Z (4 months ago)
- Topics: dotfiles, linux, tmux, vim
- Language: Vim script
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - dvdmtw98/dotfiles - Collection of various configuration files (Dotfiles) (Vim Script)
README
# David's Dotfiles
Collection of various configuration files (Dotfiles)## Vim Cofiguration
* monokai.vim file goes in `/usr/share/vim/vim*/colors folder`
* Status Line Reference : https://gist.github.com/meskarune/57b613907ebd1df67eb7bdb83c6e6641## Tmux Configuration
* Status Line Reference : https://gist.github.com/rajanand02/9407361
* To allow vim themes to work in tmux add `alias tmux='tmux -2'` in `.bashrc` or `.zshrc`
* Tmux Status Bar window status does not show properly in WSL
* To enable Copy to System Clipboard Install `xclip` : `sudo apt install xclip`