Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/holyjak/dotfiles
https://github.com/holyjak/dotfiles
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/holyjak/dotfiles
- Owner: holyjak
- License: epl-1.0
- Created: 2014-03-19T10:16:56.000Z (almost 11 years ago)
- Default Branch: dotf
- Last Pushed: 2024-09-06T14:31:23.000Z (4 months ago)
- Last Synced: 2024-10-15T17:51:50.709Z (2 months ago)
- Language: Emacs Lisp
- Size: 5.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 --squashTo 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