/.dotfiles

My collection of dotfiles

Primary LanguageLuaThe UnlicenseUnlicense

.dotfiles

My collection of dotfiles managed by dotter.

Setup

# Clone the repository to ~/.dotfiles
cd ~
git clone https://github.com/stephen-bunn/.dotfiles

# Initialize dotter
cd ~/.dotfiles
dotter init

# Create local configuration of desired packages
echo 'packages = ["git", "alacritty", "neovim"]' > ~/.dotfiles/.dotter/local.toml

# Apply configuration
cd ~/.dotfiles
dotter