Commit Graph

2580 Commits

Author SHA1 Message Date
Mika Suomalainen 77809964be xsessionrc: Enable core files. 2012-05-02 18:23:12 +03:00
Mika Suomalainen 2ca40ee8bb xsessionrc: Fix environment sourcing.
"source" isn't understood in xsessionrc, but . is.
2012-05-02 18:21:43 +03:00
Mika Suomalainen 459bed9221 bashrc & zshrc: Enable core files. 2012-05-02 17:36:48 +03:00
Mika Suomalainen 187fb23216 bashrc & zshrc: Add $HOME/.local/games to $PATH. 2012-05-01 18:44:47 +03:00
Mika Suomalainen 90ddd1c8ba oidentd.conf: Usually I use random everywhere :D 2012-05-01 15:10:12 +03:00
Mika Suomalainen cf859ce2d5 .cat.sh: add .oidentd.conf 2012-05-01 15:09:21 +03:00
Mika Suomalainen 89444a6a78 oidentd.conf: I usually need this file everywhere too. 2012-05-01 15:06:45 +03:00
Mika Suomalainen 0240011198 .cat.sh: So that line caused it. 2012-04-30 19:31:44 +03:00
Mika Suomalainen f0309e849d .cat.sh: fix this script again... 2012-04-30 19:30:47 +03:00
Mika Suomalainen 9f12d233b1 .cat.sh: Fix the GPG part. 2012-04-30 19:28:16 +03:00
Mika Suomalainen 4ec8693cc7 tmux.conf: It's not enabling colours, one word was probably forgotten. 2012-04-30 19:25:50 +03:00
Mika Suomalainen 9b9b406815 gpg.conf was in wrong place... 2012-04-30 19:23:55 +03:00
Mika Suomalainen 8acc2279a7 xsessionrc: Ensure that MonkeySphereValidationAgent runs. 2012-04-30 19:22:42 +03:00
Mika Suomalainen 148b72a436 README: Remove it. 2012-04-30 19:17:48 +03:00
Mika Suomalainen 0dd8601375 .cat.sh: Two things
1. Why I don't want gitconfig to be overwritten?
2. Why does it matter that my KEYID reads in gpg.conf?
2012-04-30 19:16:33 +03:00
Mika Suomalainen 3c45f35f84 gitconfig: I can probably set my name in that gitconfig, because noone should use config files of another person without reading them first. 2012-04-30 19:14:57 +03:00
Mika Suomalainen 5243db0d88 zshrc: Do the same things as to bashrc in previous commit (I think). 2012-04-30 19:12:20 +03:00
Mika Suomalainen 794584ae89 bashrc: Multiple changes.
If someone is interested, read the diff, it exists.
2012-04-30 19:06:34 +03:00
nyuszika7h 06242df743 Fix commit 04920736d9d931f63a11946bcae95341e5a83ab5 2012-04-24 17:49:18 +03:00
nyuszika7h 4377a3a494 bashrc, zshrc: Add functions mkcd and gribble-gpg-everify
mkcd: Create the specified directory/-ies and change to the first one.
gribble-gpg-everify: Decrypt encrypted Bitcoin OTC from gribble and print everify command
2012-04-24 17:49:02 +03:00
Mika Suomalainen 48a9e788b2 bashrc & zshrc: Don't exec tmux.
I have started to find that behaviour as annoying.
2012-04-21 14:40:16 +03:00
Mika Suomalainen 2f88817113 bashrc & zshrc: Remove stupid "time" alias.
I finally understand what that command does.
2012-04-20 12:46:37 +03:00
Mika Suomalainen 1d05f1167d bashrc & zshrc: don't check for new mail.
I HATE MAILCHECK! It crashed my WeeChat -.- :(
2012-04-18 20:40:20 +03:00
Mika Suomalainen 243e8bb050 bashrc & zshrc: fix supybot-generate-messages.pot, I hope. 2012-04-15 18:46:00 +03:00
Mika Suomalainen a3dded237d bashrc & zshrc: Fix .
Thank you for xy for mentioning about this. I have always wondered why . doesn't work :)
2012-04-10 19:15:53 +03:00
Mika Suomalainen cbae2b25ed xsessionrc: I just remembered that I have nice file called ~/.environment 2012-04-04 14:06:03 +03:00
Mika Suomalainen c930435706 gpg.conf: If gpg-agent is started, why to not use it? 2012-04-04 14:04:32 +03:00
Mika Suomalainen 2274e8bee0 xsessionrc: Start gpg agent! 2012-04-04 13:52:03 +03:00
Mika Suomalainen 7ec7394ba6 xsessionrc: source ~/.xcustom for customizations. 2012-04-04 10:16:52 +03:00
Mika Suomalainen d33c6cdfa8 bashrc: add the missing /bin to PATH 2012-04-03 13:23:22 +03:00
Mika Suomalainen a0636ae619 s/.packages/.local/
Affects to all previous commits.
2012-04-03 13:21:19 +03:00
Mika Suomalainen 9853365a9b xsessionrc: Add $HOME/.local to $PATH. 2012-04-03 13:18:29 +03:00
Mika Suomalainen 23aadf9f87 bashrc & zshrc: Use $HOME/.packages as the first PATH and then others.
/usr/local/bin seems to be the preferred PATH by default.
2012-04-03 13:16:36 +03:00
Mika Suomalainen b815b63f5b zshrc: Add workaround for missing gpg2 completions. 2012-04-01 18:15:30 +03:00
Mika Suomalainen 23e62cf01b bashrc & zshrc: Use gpg2 instead of gpg!. 2012-04-01 17:21:38 +03:00
Mika Suomalainen 44ea2c5d89 bashrc & zshrc: Add $HOME/.local to $PATH.
1. "python setup.py install --user" installs to .local.
2. Run command "ls /usr/local && ls ~/.local" and compare the two lines.

Output of the second command is
> bin  etc  games  include  lib  man  sbin  share  src
> share
for me.
2012-03-31 17:43:49 +03:00
Mika Suomalainen e21ac92020 gpg.conf: update the key. 2012-03-27 12:50:22 +03:00
Mika Suomalainen 13e4ef8060 .cat.sh: Fix potential error "keyserver not specified". 2012-03-24 12:50:05 +02:00
Mika Suomalainen e86460b780 bashrc & zshrc: alias apt-get to aptitude.
Oops, now I took side in flamewar between apt-get and aptitude.
2012-03-23 18:19:24 +02:00
Mika Suomalainen 07a621c9df vimrc: Use light background with gvim. 2012-03-23 18:13:17 +02:00
Mika Suomalainen 6981d88959 .cat.sh: Update to include gpg.conf
gpg.conf has moved to shell-things.
2012-03-22 14:48:15 +02:00
Mika Suomalainen e846cf9650 add gpg.conf.
It's enough related to shell-things.
2012-03-22 14:45:01 +02:00
Mika Suomalainen 44247353f7 tmux.conf: mode-mouse is making me crazy.
I always need to disable it. It causes more problems than solves them.
2012-03-10 19:58:04 +02:00
Mika Suomalainen a0b344be53 What was that file? 2012-01-29 09:23:42 +02:00
Mika Suomalainen 670d409ae5 Remove visudo related aliases.
They broke arguments.
2012-01-29 09:23:13 +02:00
Mika Suomalainen d92952c9f2 .cat.sh: add automatic restarting of shell.
exec $SHELL

Also add vim modeline ;)
2012-01-10 17:43:12 +02:00
nyuszika7h af15c7b3fa bashrc, zshrc: Add -h and --progress to rsync aliases
From rsync(1):
        -h, --human-readable        output numbers in a human-readable format
            --progress              show progress during transfer
2012-01-10 17:27:35 +02:00
nyuszika7h a4ed66884b Remove executable bit from files
None of these files have to be executable - and who wants
an executable README file? :P
2012-01-10 17:27:35 +02:00
Mika Suomalainen dd0acb347b vimrc: Disable mouse.
It doesn̈́'t want to cooperate with me :(
2012-01-06 20:25:25 +02:00
nyuszika7h 0bd04767ac bashrc & zshrc: Add gitio function.
Like the name says, it shortens URLs with git.io.
2012-01-06 20:24:36 +02:00