Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/holyjak/dotfiles


https://github.com/holyjak/dotfiles

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

dotfiles
========

Repo with config files. To use the files, you need to symlink them to `$HOME` - run `symlink.sh` to do that.

Remember to `ls -la` to see all the `.*` files here.

Updating linked repos
---------------------

Some config comes from other Git repos, included via git subtree, e.g.:

git remote add -f clojure-deps-edn [email protected]:holyjak/clojure-deps-edn.git
git subtree add --prefix .clojure clojure-deps-edn live --squash

To update those you run the same command with `pull` instead of `add`:

git fetch clojure-deps-edn live
git subtree pull --prefix .clojure clojure-deps-edn live --squash