Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stephen-bunn/.dotfiles

My collection of dotfiles
https://github.com/stephen-bunn/.dotfiles

Last synced: 17 days ago
JSON representation

My collection of dotfiles

Awesome Lists containing this project

README

        

# .dotfiles

My collection of dotfiles managed by [dotter](https://github.com/SuperCuber/dotter).

## Setup

```bash
# 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
```