Skip to content

mpizenberg/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

906eb0c · Feb 19, 2025

History

99 Commits
Oct 27, 2023
Apr 29, 2024
Jan 23, 2025
Nov 10, 2023
Jan 23, 2025
Jan 23, 2025
Apr 29, 2024
Nov 26, 2022
Mar 28, 2019
Oct 27, 2023
Nov 26, 2022
Oct 27, 2023
Apr 29, 2024
Oct 27, 2023
Sep 19, 2016
Sep 24, 2017
Oct 27, 2023
Sep 17, 2017
Jan 23, 2025
Jan 23, 2025
Feb 19, 2025

Repository files navigation

Dotfiles

This repo contains my configuration files. Each directory corresponds to a program. The content of each directory directly maps the hierarchy of files from the home directory.

Some programs require submodules, so make sure to clone with submodules:

git clone --recursive git@github.com:mpizenberg/dotfiles.git

Some configurations require the use of powerline fonts / nerdfonts. You can use the already patched nerdfont Fira Mono, Ubuntu Mono. Make sure to use it in your terminal preferences.

To install config files, I use GNU stow. To install vim config files for example:

stow -t ~ vim --no-folding

fish

I'm using fisher to manage fish plugins.

stow -t ~ fish --no-folding
fisher self-update
fisher

nvim / vim

I'm using Plug to manage neovim / vim plugins.

stow -t ~ vim --no-folding
vim
:PlugUpgrade
:PlugInstall

tmux

I'm using tpm to manage tmux plugins.

cd tmux/.tmux/plugins/tpm
git pull origin master
cd ../../../..
stow -t ~ tmux --no-folding
tmux
prefix + I

Windows WSL

For wsl, small changes are necessary since there is no GUI. For git, we can install Meld on windows, add it to the windows PATH and modify the merge tool section as follows:

[merge]
tool = meld
[mergetool "meld"]
path = Meld.exe

For wezterm, I start directly zellij inside wsl with:

return {
  default_prog = {"wsl", "zellij", "attach", "--create"},
  ...
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published