ambevar-dotfiles/README.md

64 lines
1.7 KiB
Markdown
Raw Normal View History

2017-07-28 12:58:12 +02:00
# .dotfiles
2014-11-13 11:48:15 +01:00
### Author: P. Neidhardt
2014-11-13 11:48:15 +01:00
## Overview
2013-01-12 10:18:41 +01:00
2017-07-28 12:58:12 +02:00
I use of Emacs for almost everything, including my window manager (EXWM). See
my [Emacs pro-tips](http://ambrevar.bitbucket.io/emacs/).
2017-07-28 12:58:12 +02:00
As such, the more-or-less advanced configurations of my former favourite Unix
programs are gone (Awesome, cmus, fish, fzf, Mutt, newsbeuter, ranger, urxvt,
zathura, zsh). You can search for them before the git commit `README: The Big
Emacs Shift`.
2014-11-13 11:48:15 +01:00
2017-07-28 12:58:12 +02:00
I've also written a fair amount of scripts, most of which are POSIX. The highlights include:
2014-11-13 11:48:15 +01:00
* asciify: convert many non-ASCII characters to their nearest ASCII counterpart.
2014-11-13 11:48:15 +01:00
* bsdman: read *BSD man pages.
2014-02-14 01:49:50 +01:00
2014-11-13 11:48:15 +01:00
* crun: quick way to execute C files.
2014-11-13 11:48:15 +01:00
* dataindex: create index of hierarchies. Useful to keep track of folder content
and structure.
2014-02-14 01:49:50 +01:00
2014-11-13 11:48:15 +01:00
* ediff: diff with Emacs.
2014-11-13 11:48:15 +01:00
* einfo: info viewer with Emacs.
2014-03-22 12:16:20 +01:00
2014-11-13 11:48:15 +01:00
* elisp: Emacs Lisp interpreter using Emacs.
2014-02-14 01:49:50 +01:00
2014-11-13 11:48:15 +01:00
* git-*: some git helper functions for sync and so on.
2014-02-14 01:49:50 +01:00
2014-11-13 11:48:15 +01:00
* homeinit: initialize a new home configuration, i.e. get needed files, create
2017-07-28 12:58:12 +02:00
symlinks, etc.
2014-11-13 11:48:15 +01:00
* imagemount: a CDEmu/fuseiso wrapper that creates/deletes virtual drives
automatically.
2014-03-22 12:16:20 +01:00
2014-11-13 11:48:15 +01:00
* mover: move and merge folder into destination.
2014-03-22 12:16:20 +01:00
2014-11-13 11:48:15 +01:00
* pac*: pacman helper functions.
2014-03-22 12:16:20 +01:00
2016-10-18 07:43:43 +02:00
* pdfctl: PDF manipulation, e.g. extract pages, compress, resize to A4.
* pkglister: generate lists of installed with pacman, FreeBSD's pkg and tlmgr
(TeX Live manager).
2014-11-13 11:48:15 +01:00
* tc-video-*: batch conversion of any kind of videos. Using FFmpeg.
2014-11-13 11:48:15 +01:00
## Versioning
Git makes it possible to use your home folder as a git repo, thus versioning
2014-11-13 11:48:15 +01:00
all files directly.
2014-11-13 11:48:15 +01:00
cd
git init
git remote add origin <repo>
git fetch
git checkout master
2017-10-04 13:29:12 +02:00
For the list of programs I currently use, see the `.pkglists/` folder.