Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aca/dotfiles

My dotfiles.
https://github.com/aca/dotfiles

dotfiles

Last synced: about 2 months ago
JSON representation

My dotfiles.

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