https://github.com/aca/dotfiles
DEPRECATED. MIGRATED TO https://github.com/aca/nix-config
https://github.com/aca/dotfiles
dotfiles
Last synced: 5 months ago
JSON representation
DEPRECATED. MIGRATED TO https://github.com/aca/nix-config
- Host: GitHub
- URL: https://github.com/aca/dotfiles
- Owner: aca
- Created: 2019-10-19T11:57:50.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-06-26T13:04:45.000Z (about 1 year ago)
- Last Synced: 2025-07-21T06:49:15.077Z (11 months ago)
- Topics: dotfiles
- Language: Lua
- Homepage:
- Size: 2.17 MB
- Stars: 23
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
dotfiles
========
DEPRECATED. MIGRATED TO https://github.com/aca/nix-config
setup
-----
install (stow)
git clone "https://github.com/aca/dotfiles.git" ~/src/github.com/aca/dotfiles --recursive --shallow-submodules -j 4
git clone "https://github.com/aca/dotfiles.nostow.git" ~/src/github.com/aca/dotfiles.nostow
cd ~/src/github.com/aca
bash -c "stow -v --target $HOME dotfiles dotfiles.nostow"
bash -c "stow -v --target $HOME dotfiles"
uninstall
bash -c "stow -v --target $HOME --delete dotfiles dotfiles.nostow"
keys
curl -L github.com/aca.keys > ~/.ssh/authorized_keys
local configs
bash -c 'git clone root:~/src/root/dotfiles_$(hostname -s)'