Important config files.
- Vim Script 86.4%
- Shell 9.3%
- Lua 3.3%
- CSS 0.4%
- TeX 0.3%
- Other 0.3%
Dotfiles
Usage
To use these dotfiles clone the repo into a subdirectory of your home directory.
Get the themes and plugins with:
git submodule init
git submodule update
Sourcing
Backup your old dotfiles and replace them with new ones sourcing from the dotfiles directory, like this:
# ~/.zshrc
source ~/dotfiles/zshrc
# ~/.config/ghostty/config
config-file="~/dotfiles/config.ghostty"
# ~/.config/nvim/init.lua
local home = vim.env.HOME
dofile(home .. "/dotfiles/init.lua")
# Gnome Settings
dconf load / < ~/dotfiles/gnome-settings.ini
# ~/.tmux.conf (deprecated --> use native ghostty instead)
source ~/dotfiles/tmux.conf