My personal dotfiles.
- Operating System: Pop!_OS
- Color Palette: One Dark
- Terminal: Alacritty
- Text Editor: VSCodium -> updating to helix
Files are structured to create symlinks using stow.
- Clone the repo
git clone https://github.com/pmorim/.dotfiles
cd .dotfiles
- Create the symlinks
# Use all of the dotfiles...
stow */
# ...or choose specific modules
stow <directory> # single
stow <directory-1> <directory-2> <directory-3> # multiple
Inspired by:
- EndeavourOS - the default configs of the OS.
- chris@machine - creator of LunarVim and Zap.
- kabinspace - creator of AstroNvim.