Commit Briefs

39a152347a Rene Kita

[zsh] Check for hst in sm (master)


0c9fb0e0e2 Rene Kita

[vim] Add spell word


5ac3d14ed8 Rene Kita

[bin] Remove bots


2f652155a9 Rene Kita

[vim] Update blog specific functions


226b75faf5 Rene Kita

[bin] Rename rball to grball


9742c4899d Rene Kita

[bin] Use lock file when running backup self


5f1778493f Rene Kita

[bin] Ensure backup destination directory exists


b7e3318abc Rene Kita

[bin] Make rball work with master and main


647e267830 Rene Kita

[git] Suppress adding myself to Cc from patches

Cc is already set, this avoids having to confirm I want a Cc to my address.


72b8656fb4 Rene Kita

[git] Do not always confirm when sending email


Branches

Tags

This repository contains no tags

Tree

.gitignorecommits | blame
.gitmodulescommits | blame
READMEcommits | blame
Xdefaultscommits | blame
Xmodmapcommits | blame
Xresourcescommits | blame
ackrccommits | blame
bin/
etc/
gdb/
gdbinitcommits | blame
git_template/
gitconfigcommits | blame
gitignore_globalcommits | blame
gpg-agent.confcommits | blame
i3/
i3status.confcommits | blame
install*commits | blame
key.mapcommits | blame
kill-gpg-agent*commits | blame
lftp/
mailcapcommits | blame
mpv/
patches/
quiltrccommits | blame
shellcheckrccommits | blame
sxiv/
tmux/
tmux.confcommits | blame
urlviewcommits | blame
vim/
vimrccommits | blame
w3m/
xinitrccommits | blame
zathurarccommits | blame
zprofilecommits | blame
zshcomp/
zshenvcommits | blame
zshrccommits | blame

README

dotfiles
========

% .dotfiles/install

% git update-index --skip-worktree vim/cache/viminfo

# echo '/usr/bin/loadkeys /home/kt/.dotfiles/key.map' >> /etc/rc.local
# echo 'echo 0 > /sys/class/graphics/fbcon/cursor_blink' >> /etc/rc.local

# cp kill-gpg-agent [/usr]/lib[64]/elogind/system-sleep/

Install etc to /etc.

Missing links in install?
------------------------------
for f in * w3m/*; do grep -q $f install || echo $f; done

Notes to myself
---------------

Font size:
# dpkg-reconfigure console-setup (Terminus 12x24)

Machine-dependent patches
-------------------------
Link patches/series.$MACHINE to patches/series
Use q po -a && g rb && q pu -a --refresh to merge remote changes.