To utilize this first install packages
make & sudo make install
Install tmux plugins
<Ctrl-Space> + I
Be sure to set the following env var:
export BROWSER=/usr/bin/wslview
in the ~.env_file.
- Install a Nerd Font(Hack)
- Install Wezterm
- Install git
- Clone the repo
git clone git@github.com:mlcamilli/dotfiles.git - Run
make install
Managed by mise. Global versions live in
.config/mise/config.toml, symlinked to ~/.config/mise/config.toml by make link.
mise install— install everything in the configmise use -g node@24— bump a global version (edits the symlinked config)mise use node@24— pin a version for the current project (writesmise.toml)