Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cldwalker/dotfiles
config files for my most used apps
https://github.com/cldwalker/dotfiles
Last synced: 11 days ago
JSON representation
config files for my most used apps
- Host: GitHub
- URL: https://github.com/cldwalker/dotfiles
- Owner: cldwalker
- License: mit
- Created: 2008-12-04T10:13:55.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T18:02:10.000Z (6 months ago)
- Last Synced: 2024-10-15T04:33:17.191Z (25 days ago)
- Language: Shell
- Homepage:
- Size: 495 KB
- Stars: 15
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - cldwalker/dotfiles - config files for my most used apps (others)
README
# Description
These are dot files for apps I use every day.
Among these are:* shell: shell-agnostic configuration under .sh/ and keybindings under .input\*
* zsh: aliases, functions, completions under .zsh/
* git: Handy git configs under .git\*
* clojure: Handy aliases for the clojure CLI under .clojure/
* tmux: Handy config under .tmux.conf
* lightning: My ruby gem for configurable cli completion under .lightning\*
* other: Other dotfiles are mostly for gems or clojars I've written that I may not use as activelyThese dotfiles work on a macbook pro with an intel or M1 chip.
# Install
* Run `ruby install.rb` in this directory to symlink these files to
your home directory and set up zsh.
* Optional: To use lightning or any of the other gem configs, install
https://github.com/cldwalker/irbfiles#install.# Additional Links
* For editor configs: see https://github.com/cldwalker/vimfiles,
https://github.com/cldwalker/atomfiles and https://github.com/cldwalker/ltfiles.
* For configs to other applications just look for repositories ending in 'files' like
https://github.com/cldwalker/irbfiles or https://github.com/cldwalker/hammerspoon-files.