https://github.com/mkrawiec/dotfiles
Vimfiles and other stuff
https://github.com/mkrawiec/dotfiles
bashrc dotfiles linux macos neovim-dotfiles tmux-conf vim-configuration vscode
Last synced: 3 months ago
JSON representation
Vimfiles and other stuff
- Host: GitHub
- URL: https://github.com/mkrawiec/dotfiles
- Owner: mkrawiec
- License: mit
- Created: 2015-09-26T12:11:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-07-11T17:41:51.000Z (12 months ago)
- Last Synced: 2025-07-11T18:32:06.854Z (12 months ago)
- Topics: bashrc, dotfiles, linux, macos, neovim-dotfiles, tmux-conf, vim-configuration, vscode
- Language: Lua
- Homepage:
- Size: 846 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
Minimal, cross-platform dotfiles for a fast, distraction-free terminal environment. Actively used on Debian and macOS.
## Design Principles
This setup avoids:
- Heavy shell frameworks
- Cosmetic UI tweaks
- Plugin overuse (when simple config suffices)
- Unnecessary dependencies
It favors:
- Readable configuration
- Fast startup and low overhead
- Neovim leader key mappings (inspired by [Spacemacs](https://www.spacemacs.org))
- YAGNI as a rule
## Setup
Requires [GNU Stow](https://www.gnu.org/software/stow/).
```bash
git clone https://github.com/mkrawiec/dotfiles.git ~/dotfiles
cd ~/dotfiles
stow neovim tmux bash # specify desired modules
```
## License
[MIT](LICENSE)