An open API service indexing awesome lists of open source software.

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

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)'