Commit Graph

625 Commits

Author SHA1 Message Date
Mikaela Suomalainen e5c323d0a0 bashrc & zshrc: alias os-x-caching-interface for setting caching server interface. 2014-05-01 18:21:08 +03:00
Mikaela Suomalainen 9f270b438d bashrc & zshrc: add colours to ls on OS X. 2014-05-01 15:24:52 +03:00
Mikaela Suomalainen 5fa0f73979 bashrc & zshrc: add / after directories in ls on OS X. 2014-05-01 15:07:12 +03:00
Mikaela Suomalainen 652437282d bashrc & zshrc: ls colours
Via https://apple.stackexchange.com/questions/33677/how-can-i-configure-mac-terminal-to-have-color-ls-output
2014-05-01 14:55:01 +03:00
Mikaela Suomalainen 050e1fd7ec bashrc & zshrc: OS X fixes. 2014-05-01 14:50:14 +03:00
Mikaela Suomalainen c2b0bcb8db bashrc & zshrc: fix homebrew-install 2014-05-01 13:55:44 +03:00
Mikaela Suomalainen 632c4e8e56 bashrc & zshrc: fix one of homebrew errors. 2014-04-30 22:57:13 +03:00
Mikaela Suomalainen d7a52ad82f bashrc & zshrc: add homebrew-install for OS X. 2014-04-30 22:50:44 +03:00
Mikaela Suomalainen 8b4248c53c bashrc & zshrc: fix pyenv-install 2014-04-30 21:53:00 +03:00
Mikaela Suomalainen d6a94566c9 bashrc & zshrc: pyenv is better than lpip. 2014-04-30 20:46:02 +03:00
Mikaela Suomalainen e9fc643d32 bashrc & zshrc: use pyenv-installer instead of my alias. 2014-04-29 15:47:53 +03:00
Mikaela Suomalainen 0f301848ff bashrc & zshrc: check that we have pyenv before trying to apply it. 2014-04-29 15:29:50 +03:00
Mikaela Suomalainen 77c2a6f864 fix previous commit 2014-04-29 15:25:52 +03:00
Mikaela Suomalainen 0b4178a598 bashrc & zshrc: configure for pyenv. 2014-04-29 15:23:54 +03:00
Mikaela Suomalainen 81c6b7934e inxi.conf: Use color scheme 28.
The background might be helpful as it should look similar to all
IRC clients. It's readable on black background with white text
and white background with black text.
2014-04-28 20:27:44 +03:00
Mikaela Suomalainen 3139704e06 inxi.conf: change from colour scheme 5 to 11 2014-04-27 21:20:35 +03:00
Mikaela Suomalainen af81d31b14 inxi.conf: add inxi config.
Two lines at the moment.
2014-04-27 20:53:43 +03:00
Mikaela Suomalainen 693e6676f6 wwwuser: the user is www-data, not apache. 2014-04-24 19:58:58 +03:00
Mikaela Suomalainen d5e32f1d58 aliasing aptitude to something else doesn't make sense.
It's only one colour that isn't even so nice. Process bar works with
aptitude too.

git needs sanity checks.
2014-04-21 18:26:21 +03:00
Mikaela Suomalainen d646353eb2 fix previous commit 2014-04-21 11:13:02 +03:00
Mikaela Suomalainen f98f9a9fca bashrc & zshrc: make aptitude suggest apt-* for me. 2014-04-21 10:18:41 +03:00
Mikaela Suomalainen f71637fcaa bashrc & zshrc: enable apt progress bar from apt man page.
·   The option DPkgPM::Progress-Fancy is enabled.
2014-04-21 10:11:33 +03:00
Mikaela Suomalainen d40f136141 bashrc & zshrc: comment lines aliasing apt-* and aptitude to apt.
apt doesn't have anything else nice than colours and progress bar and
they are enabled to aptitude and apt-* by shell-things now.
2014-04-20 21:54:29 +03:00
Mikaela Suomalainen c34279aad8 bashrc & zshrc: enable apt colours. 2014-04-20 21:39:30 +03:00
Mikaela Suomalainen f2180e81bb bashrc & zshrc: don't install with lpip*!
I have put install there accidentally, I think.
2014-04-20 20:53:52 +03:00
Mikaela Suomalainen 65b7b67938 bashrc & zshrc: there is probably no reason to do same with Fedora.
If dnf exists, alias yum=dnf .
2014-04-20 18:07:32 +03:00
Mikaela Suomalainen d2fc565a8a Xdefaults: add font fallbacks (not-bold)
If DejaVu Sans Mono Book is missing some glyph, fallback to
unifont and Andale Mono which hopefully have that glyph.

I didn't add bold fallbacks, because fc-list doesn't list those two
fonts as having bold varety.
2014-04-20 16:40:39 +03:00
Mikaela Suomalainen d3534b1370 bashrc & zshrc: if apt exists, use it!
Alias aptitude, apt-get and apt-cache to apt if /usr/bin/apt exists.
2014-04-20 13:12:54 +03:00
Mikaela Suomalainen fe2f84234f bashrc & zshrc: fix my weird apt*up aliases that I haven't ever used. 2014-04-20 13:04:56 +03:00
Mikaela Suomalainen 38f87d6933 bashrc & zshrc: enable apt process bar.
If we are as root, mkdir -p /etc/apt/apt.conf.d and run the command
echo 'Dpkg::Progress-Fancy "1";' > /etc/apt/apt.conf.d/99progressbar .

This is untested and I am unsure what does OS X think about this, but I
don't have OS X anywhere, so I might not care about it so much.
2014-04-20 12:37:56 +03:00
Mikaela Suomalainen 9cd9b8c34d Add .mailmap 2014-04-19 12:39:20 +03:00
Mikaela Suomalainen 658415c772 gitconfig: fix my email address. 2014-04-19 11:53:45 +03:00
Mikaela Suomalainen c360fe76fa .keys/ssh: tell what fineid keys are.
The path which was added to ssh-agent isn't so useful. This way it's easier to understand what those keys are.
All three are required(?).
2014-04-15 12:37:16 +03:00
Mikaela Suomalainen 112f31e6f1 bashrc & zshrc: ugly hack
Attempts to fix FINEID related aliases on non-32-bit systems.
2014-04-14 18:56:24 +03:00
Mikaela Suomalainen c4ac3b9a8a bashrc & zshrc: add aliases related to fineid
ssh-add-sc adds identity card to ssh-agent.

ssh-add-sc-pub shows the public keys of identity-card.
2014-04-14 18:40:47 +03:00
Mikaela Suomalainen 4efab67f44 .keys/ssh: add my identity card 2014-04-14 18:24:51 +03:00
Mikaela Suomalainen d7d66c9cbf Xdefaults: use font size 11. 2014-04-11 16:37:56 +03:00
Mikaela Suomalainen 38dfcdf9c7 Xdefaults: use Deja Vu Sans Mono with urxvt. 2014-04-11 16:32:52 +03:00
Mikaela Suomalainen 6d8b94bba8 New GPG key 0x0C207F07B2F32B67 2014-03-23 20:26:38 +02:00
Mikaela Suomalainen 4cf7d29cdd fix previous commit
zshrc was missing alias
2014-03-20 19:52:11 +02:00
Mikaela Suomalainen 4b91b5bdb6 bashrc & zshrc: add lmosha for telling mosh to use custom script as server.
This should fix local mosh at lakka.kapsi.fi.
2014-03-20 19:48:10 +02:00
Mikaela Suomalainen c108b78939 fix previous commit
I don't want anyone to get stuck in /usr/local !
2014-03-18 11:23:25 +02:00
Mikaela Suomalainen be300bcaba fix previous commit
Change && to ; so the man pages get installed even if inxi is already
installed. This command should only be ran while installing.
2014-03-18 10:24:35 +02:00
Mikaela Suomalainen 03d34531b4 bashrc & zshrc: fix inxi-install-root
Update inxi immediately after installation in order to install the
manual pages.
2014-03-18 10:20:42 +02:00
Mikaela Suomalainen 230be35525 bashrc & zshrc: add alias lpip3 (see previous commit). 2014-03-11 17:25:59 +02:00
Mikaela Suomalainen a31a7b98fd bashrc & zshrc: add alias lpip to install packages locally.
locally = to one user ( $HOME/.local )
2014-03-11 17:17:37 +02:00
Mikaela Suomalainen 7b164f1960 README.md: fix typo SSH KEY --> SSH KEYS
I have two keys in .keys/ssh.
2014-02-18 09:01:29 +02:00
Mikaela Suomalainen c5a3f92a40 LICENSE.md: fix year and my name 2014-02-18 08:59:18 +02:00
Mikaela Suomalainen 45af03e17f .keys/ssh: update SSH key comments 2014-02-12 14:50:45 +02:00
Mikaela Suomalainen 62c0c01745 bashrc & zshrc: exporting
Read the line above those...
2014-01-29 20:50:26 +02:00