Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jagot/sh
Shell configuration
https://github.com/jagot/sh
Last synced: about 2 months ago
JSON representation
Shell configuration
- Host: GitHub
- URL: https://github.com/jagot/sh
- Owner: jagot
- License: gpl-3.0
- Created: 2014-08-13T16:37:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T12:33:31.000Z (almost 2 years ago)
- Last Synced: 2024-04-17T14:12:26.296Z (9 months ago)
- Language: Shell
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: Shell configuration
#+AUTHOR: Stefanos Carlström
#+EMAIL: [email protected]* Installation instructions
To clone this, [[https://github.com/technicalpickles/homesick][Homesick]] is needed. When that is installed, simply issue
#+BEGIN_SRC sh
homesick clone jagot/sh
homesick link sh
homesick rc sh
#+END_SRC
The last step will install dependencies, using [[./.homesickrc][this Ruby script]]. On
macOS, a shell script called =dircolors=, pointing to =gdircolors=
(of coreutils) will be created.* Modularization
- [[http://zanshin.net/2013/02/02/zsh-configuration-from-the-ground-up/]]
- [[https://github.com/spicycode/ze-best-zsh-config]]