That ain't a config file, THIS is a config file
- Terminal: Alacritty
- Shells: zsh, fish
- Prompt: Starship
- Multiplexer: tmux
- Editors:
I use GNU Stow to install my dotfiles. To use it:
- Install Stow
# Arch Linux (btw)
sudo pacman -Syu stow
# NixOS
nix-shell -p stow
# MacOS
brew install stow
- Clone this repo and use stow to symlink everything
git clone https://github.com/lxjv/dotfiles .dotfiles
cd .dotfiles
stow .
- Profit!