Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stephen-bunn/.dotfiles
- Owner: stephen-bunn
- License: unlicense
- Created: 2024-03-27T11:21:03.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T10:56:18.000Z (6 months ago)
- Last Synced: 2024-11-08T04:10:41.153Z (2 months ago)
- Language: Lua
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```