Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aca/dotfiles
My dotfiles.
https://github.com/aca/dotfiles
dotfiles
Last synced: about 1 month ago
JSON representation
My dotfiles.
- Host: GitHub
- URL: https://github.com/aca/dotfiles
- Owner: aca
- Created: 2019-10-19T11:57:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T11:30:38.000Z (9 months ago)
- Last Synced: 2024-04-11T12:35:11.839Z (9 months ago)
- Topics: dotfiles
- Language: Lua
- Homepage:
- Size: 753 KB
- Stars: 26
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
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"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)'