All Projects → tomterl → zshorg

tomterl / zshorg

Licence: other
org-mode literate programming zsh config

Programming Languages

Makefile
30231 projects

Projects that are alternatives of or similar to zshorg

org-roam-ui
A graphical frontend for exploring your org-roam Zettelkasten
Stars: ✭ 1,393 (+8094.12%)
Mutual labels:  org-mode
org-hexo
[DEPRECATE] Convert your org-mode blog to hexo markdown file
Stars: ✭ 20 (+17.65%)
Mutual labels:  org-mode
org-mode-sms-inbox
Harvest org-mode todos with Dropbox, Twilio, and IFTTT.
Stars: ✭ 19 (+11.76%)
Mutual labels:  org-mode
org-rich-yank
📋 Rich text clipboard for org-mode: Paste as a #+BEGIN_SRC block of correct mode, with link to where it came from
Stars: ✭ 59 (+247.06%)
Mutual labels:  org-mode
Dotfiles
Well documented awesome dotfiles 😍 Many neovim lua configs, handy zsh/bash functions, fzf functions + more
Stars: ✭ 64 (+276.47%)
Mutual labels:  zshrc
gcal
Google Calendar Utilities for Emacs
Stars: ✭ 12 (-29.41%)
Mutual labels:  org-mode
plasma-dotfiles
In this repository I intend to keep configuration files that I deem important, in addition to the theme customizations that I make to have a consistent working environment.
Stars: ✭ 58 (+241.18%)
Mutual labels:  zshrc
orgmdb.el
An Emacs/org-mode watchlist manager and OMDb API client
Stars: ✭ 17 (+0%)
Mutual labels:  org-mode
iterm-oh-my-zsh-powerlevel10k
Improved Terminal Experience with Oh My Zsh, iTerm2, PowerLevel10K
Stars: ✭ 24 (+41.18%)
Mutual labels:  zshrc
org-toggl-py
Create Toggl entries from Emacs org-mode CLOCK entries
Stars: ✭ 41 (+141.18%)
Mutual labels:  org-mode
dotfiles
Dotfiles
Stars: ✭ 25 (+47.06%)
Mutual labels:  zshrc
org-outer-indent
An outer indentation org mode
Stars: ✭ 25 (+47.06%)
Mutual labels:  org-mode
dotfiles
My configuration files
Stars: ✭ 24 (+41.18%)
Mutual labels:  zshrc
configuration
Config files
Stars: ✭ 12 (-29.41%)
Mutual labels:  zshrc
github-orgmode-tests
This is a test project where you can explore how github interprets Org-mode files
Stars: ✭ 126 (+641.18%)
Mutual labels:  org-mode
dotfiles
A place to store config files so I can revert when my entire system crashes from entering the wrong character
Stars: ✭ 25 (+47.06%)
Mutual labels:  zshrc
awsprofile
Shell script to ease management of AWS profiles
Stars: ✭ 12 (-29.41%)
Mutual labels:  zshrc
bog
Extensions for research notes in Org mode
Stars: ✭ 57 (+235.29%)
Mutual labels:  org-mode
Dot-It-Up
A collection of dotfile scripts, plugins, and clever hacks so that you can become the master of your own OS! 🚀
Stars: ✭ 254 (+1394.12%)
Mutual labels:  zshrc
copy-as-org-mode
A Firefox Add-on (WebExtension) to copy selected web page into Org-mode formatted text!
Stars: ✭ 138 (+711.76%)
Mutual labels:  org-mode

This repository moved to sourcehut: https://git.sr.ht/~tomterl/zshorg

My literate zsh configuration.

This is my zsh configuration as org-mode document, based off of my previous oh-my-zsh setup. So the setup presented here is at the moment almost completly owed to the crazy and wonderful croud assambled there. And to Sven Guckes and Julius Plenz – their book “zsh - Die magische Shell” is a helpful resource in setting up zsh.

Not everything is explained in prose yet, but I’ll get there, for my own good.

This is, and will be, a work in progress. And somtime I hope a work of beauty.

The whole configuration setup is in zshrc.org, the file is split during tangling.

Prerequisites

  • emacs 24
  • org-mode >= 7.8.03 (exported after 23d january 2012)
  • make

Installation

  • Clone the github repository
    cd $HOME
    git clone git://github.com/tomterl/zshorg.git .zshorg
        
  • Read the file zshrc.org and tinker with the settings.
  • Backup your existing config
    mkdir -p ~/Backups
    tar cfvz ~/Backups/zsh-config-$(date +"%F-%T") ~/.zshrc ~/.zsh.d
        
  • Generate the new config Either C-c C-v C-t while visiting the file zshrc.org in emacs, or
    cd ~/.zshorg
    make tangle
        

    this will overwrite ~/.zshrc and a couple of files in ~/.zsh.d; make sure you have backups. If you use the makefile, you have to tweak the ORGINSTALL variable or provide it at the commandline

    cd ~/.zshorg
    make tangle ORGINSTALL=your/actual/path/to/the/org/elc/files
        
  • Install external addons
    make externals
        

External addons

Addons resp. plugins are managed using antibody. To update them issue make update-externals.

org-mode config

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].