https://github.com/wschella/dotfiles
https://github.com/wschella/dotfiles
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wschella/dotfiles
- Owner: wschella
- Created: 2014-11-27T15:11:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-12T17:23:37.000Z (7 months ago)
- Last Synced: 2025-01-15T06:13:42.736Z (6 months ago)
- Language: Latte
- Size: 8.07 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
My dotfiles yo. They suck. Don't use em.
Using [dotter](https://github.com/SuperCuber/dotter) for management for now, which kinda sucks.
Using [starship](https://github.com/starship/starship) as a prompt.
## Setup
1. Clone this repository
2. Create a `.dotter/local.toml`, e.g. by doing `cp .dotter/local.example.toml .dotter/local.toml`
3. Install Rust
4. Install Dotter
5. Run `dotter deploy`### For Nix
1. `cp /etc/nixos/ ./nix/machines/`
2. `rm /etc/nixos/*`
3. `ln ./nix/machines//* /etc/nixos`
4. Edit to hearts content