maddawik / dotfiles

personal config files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

wezterm, tmux, fish and neovim

These are my configuration files (le dotfiles), managed using chezmoi

Feel free to use anything you find here for inspiration in your own config.

It is primarily intended for use on MacOS as that is my daily driver for work/home, I occasionally use linux so everything should work there as well, albeit less tested.

Core tools

  • WezTerm
  • Fish
  • Tmux
  • Neovim

Install

Note: These steps serve as reminder for me, not encouragement for you to blindly use my dotfiles as your own. But ya know, you do you boo.

With chezmoi already installed:

chezmoi init maddawik

Batteries included:

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply maddawik

Transitory install (containers):

# Install dotfiles - then remove chezmoi, its source-dir and its config-dir
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --one-shot maddawik

About

personal config files


Languages

Language:Shell 68.5%Language:Lua 31.5%