Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charlieegan3/config
configs for my things
https://github.com/charlieegan3/config
config dotfiles
Last synced: 15 days ago
JSON representation
configs for my things
- Host: GitHub
- URL: https://github.com/charlieegan3/config
- Owner: charlieegan3
- Created: 2015-07-30T22:42:58.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T10:46:59.000Z (2 months ago)
- Last Synced: 2024-08-29T18:33:26.080Z (2 months ago)
- Topics: config, dotfiles
- Language: Nix
- Homepage:
- Size: 3.34 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# config
My home-manager config repo. Untested init instructions:
```sh
# install nix, then
mkdir -p ~/.config/
git clone https://github.com/charlieegan3/config ~/.config/
nix run home-manager/master -- init --switch -b backup
```Notes:
- Might need to `tmux kill-server` to enable the config reloading.
- Might need to copy the Nix config into the `~/.config/nix/` dir
to enable the use of flakes.