1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00
Go to file
2015-08-03 13:03:32 +02:00
2015-07-17 13:42:06 +02:00
2015-06-12 16:07:53 +02:00
2015-08-03 13:03:32 +02:00
2014-05-05 20:48:50 +02:00
2014-05-14 10:12:54 +02:00
2014-05-05 20:43:38 +02:00
2015-01-13 14:09:18 +01:00
2015-07-17 15:28:59 +02:00
2014-05-14 18:09:28 +02:00
2015-07-31 09:47:32 +02:00
2014-09-26 11:26:28 +02:00

dotfiles

After having my homedirs in subversion for years, move to Git.

mkdir ~/.dot
cd ~/.dot
clone <url>
cd dotfiles    # this takes you to the freshly cloned ~/.dot/dotfiles
sh install.sh  # install the files in the homedir

Fix for shift+F6 in tmux (and screen probably)

In tmux, do infocmp > screen-256color. Add the line kf16=\E[17;2~, and compile the file with tic. This will result in ~/.terminfo/s/screen-256color with the correct keycode for shift+F6. .tmux.conf needs the line setw -g xterm-keys on for it to register correctly.

~/.git_repos config file

The update_repos script takes the ~/.git_repos config file and lets you update and clone your projects automatically (or at least in a batch). In the example the first four repos are located in ~/workspace/projects/github, and the other two in workspace/projects/others and workspace/projects/private respectively; then the workspace and group are empty, so mydocs is cloned into the homedir. At the moment, only paths relative to the user's homedir are supported.

workspace=workspace/projects
group=github
git@github.com:aquatix/ns-api.git
git@github.com:aquatix/dotfiles.git
git@github.com:aquatix/dammit.git
git@github.com:aquatix/imagine.git

group=others
https://github.com/Azelphur/pyPushBullet.git

group=private
ssh://myserver/srv/git/privdotfiles.git

# Homedir as workspace:
workspace=
group=
ssh://myserver/srv/git/mydocs.git
Description
All the cool kids are doing it these days
Readme 3.5 MiB
Languages
Shell 83.5%
Vim script 8.2%
Perl 7.3%
Python 1%