A comprehensive collection of my personal configurations for various development and terminal tools.
A powerful terminal emulator with extensive customization options.
Shortcuts Reference: WezTerm Keyboard Shortcuts
Highly extensible text editor for developers.
Shortcuts Reference: NeoVim Keyboard Shortcuts
Tool | Shortcut Documentation |
---|---|
WezTerm | Comprehensive WezTerm Shortcuts |
NeoVim | Complete NeoVim Keyboard Shortcuts |
Tmux | Tmux Navigation & Control |
Zellij | Shell & Terminal Shortcuts |
- NeoVim 0.8+
- WezTerm
- Tmux (optional)
git clone https://github.com/ealione/dotfiles.git
cp -a ./{dotfile} ~/.conf/
For gnome terminal profiles you can export and backup your existing profiles:
$ dconf dump /org/gnome/terminal/legacy/profiles:/ > gnome-terminal-profiles.dconf
and load new ones:
$ dconf load /org/gnome/terminal/legacy/profiles:/ < gnome-terminal-profiles.dconf
Feel free to fork and adapt these configurations to your workflow.
MIT License