Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivoarch/.dot-org-files
Dotfiles, Emacs + Org-mode with babel and Literate programming.
https://github.com/ivoarch/.dot-org-files
archlinux babel dotfiles emacs org-mode
Last synced: about 1 month ago
JSON representation
Dotfiles, Emacs + Org-mode with babel and Literate programming.
- Host: GitHub
- URL: https://github.com/ivoarch/.dot-org-files
- Owner: ivoarch
- License: unlicense
- Created: 2014-02-01T11:24:45.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-27T12:20:38.000Z (about 10 years ago)
- Last Synced: 2024-08-21T21:27:57.310Z (5 months ago)
- Topics: archlinux, babel, dotfiles, emacs, org-mode
- Language: Shell
- Homepage:
- Size: 1.02 MB
- Stars: 63
- Watchers: 8
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: My dot-org-files
* Table of Contents :TOC:
- [[#about][About]]
- [[#org-files][Org files]]
- [[#installation][Installation]]
- [[#automated][Automated]]
- [[#manual][Manual]]
- [[#license][License]]* About
Dotfiles, Emacs + Org-mode with babel and Literate programming.
* Org files
[[https://github.com/ivoarch/.dot-org-files/blob/master/packages.org][packages.org]]
- List of packages.[[https://github.com/ivoarch/.dot-org-files/blob/master/todo.org][todo.org]]
- Tasks with unclassified time period.[[https://github.com/ivoarch/.dot-org-files/blob/master/gtk.org][gtk.org]]
- My configuration file for Gtk.[[https://github.com/ivoarch/.dot-org-files/blob/master/Xresources.org][Xresources.org]]
- Settings for multiple X programs.[[https://github.com/ivoarch/.dot-org-files/blob/master/dircolors.org][dircolors.org]]
- My color setup for ls.[[https://github.com/ivoarch/.dot-org-files/blob/master/fontconfig.org][fontconfig]]
- Fonts setup.[[https://github.com/ivoarch/.dot-org-files/blob/master/xinitrc.org][xinitrc.org]]
- X initialization script.[[https://github.com/ivoarch/.dot-org-files/blob/master/ratpoison.org][ratpoison.org]]
- Window manager configuration file.[[https://github.com/ivoarch/.dot-org-files/blob/master/emacs.org][emacs.org]]
- My emacs setup.[[https://github.com/ivoarch/.dot-org-files/blob/master/screen.org][screen.org]]
- Gnu Screen RC configuration file.[[https://github.com/ivoarch/.dot-org-files/blob/master/zsh.org][zsh.org]]
- Shell configuration file.[[https://github.com/ivoarch/.dot-org-files/blob/master/conkeror.org][conkeror.org]]
- Browser configuration file.[[https://github.com/ivoarch/.dot-org-files/blob/master/mplayer.org][mplayer.org]]
- MPlayer configuration file.[[https://github.com/ivoarch/.dot-org-files/blob/master/stumpwm.org][stumpwm.org]]
- StumpWM configuration file.* Installation
** Automated
If you're using curl type the following command:
#+BEGIN_SRC sh
curl -L https://github.com/ivoarch/.dot-org-files/raw/master/install.sh | sh
#+END_SRC** Manual
- Clone this repo:
#+BEGIN_SRC sh
~$ cd $HOME
~$ git clone https://github.com/ivoarch/.dot-org-files
#+END_SRC- Tangle config files:
=C-c C-v f= or =M-x org-babel-tangle-file=
* License
- Unlicense - http://unlicense.org/