f7fbf35109
update setxkbmap and hope no one else is using these files
2019-01-30 19:16:45 +02:00
f87da95ac1
vimrc: back to spaces ❤️
...
542c4109eb
has bothered me enough, I just
cannot stand the tabs messing up everything.
I wouldn't have needed to :retab this, but I wanted to!
2018-12-17 11:50:47 +02:00
e0f1a39bac
bash|zshrc: don't alias pacman into wrapper
...
I think this may be teaching me bad habits and pacman directly on ALARM
seems lighter than yay.
2018-12-02 13:26:14 +02:00
d5b860737f
rc: s/pacaur/yay/g
...
Pacaur has been deprecated and I hope that yay which was suggested to
me at IRC does the same thing considering their README says:
> Yay is based on the design of yaourt, apacman and pacaur.
2018-11-26 14:43:14 +02:00
542c4109eb
Heavily touch vimrc, add init.vim for Neovim
2018-10-11 13:11:06 +03:00
b19551e8b4
zshrc: elite2 green for user, elite2 red for root
2018-10-11 12:56:34 +03:00
8a8a686110
also update PATH in rc/profile
2018-09-18 21:07:55 +03:00
1ab66ecbe9
rc: update PATH
...
Cleanup directories that I have never seen used, add Go
2018-09-18 20:57:48 +03:00
fe1d58c12f
xinitrc: exec mate-session
2018-09-06 13:26:01 +03:00
1140d75d72
profile: embrace Colemak (caps to backspace)
2018-09-06 13:25:36 +03:00
556deb069f
profile: check for existence of numlockx
2018-09-06 13:22:15 +03:00
c066504a97
profile: disable gpg-agent starting
...
Ubuntu (MATE) 18.04 didn't seem to appreciate it.
2018-04-26 12:30:30 +03:00
d11ff89c85
shellrc: disable apt Happy Eyeballs workaround
...
I think apt has fixed it and this has started being more problem than
solution.
This just breaks my nice gpg signed streak :(
Signed-off-by: Mikaela Suomalainen <mikaela+git@mikaela.info>
2018-04-18 17:29:33 +03:00
73d3d51377
move compose key to menu (from lwin)
...
Closes #90
2017-09-18 22:06:11 +03:00
cb26791aaa
rc: add -y to apg-random
2017-04-30 12:34:31 +03:00
9d6c1b60f6
xinitrc: Apparently my current preferred DE is LXQt
2017-02-24 16:50:16 +02:00
db7d57ad1d
rc: prefer /snap/bin to other global dirs in $PATH
2016-05-15 20:34:29 +03:00
6b6cefb9cd
export XCURSOR_DISCOVER=1
...
Workarounds invisible cursor issue and I think it doesn't hurt even when
that issue isn't encountered.
2016-04-15 21:15:06 +03:00
eca88eb44a
rc/profile: use /snap/bin as the last
...
The snaps don't seem to be so functional yet and if they aren't found
before /snap/bin, that one is used.
2016-04-13 16:40:28 +03:00
effccb7203
Revert "rc: prefer /bin/snap"
...
This reverts commit d22ae8718d
.
2016-04-13 16:39:43 +03:00
7d569e165e
rc/profile: update forgotten PATH
2016-04-13 16:31:10 +03:00
d22ae8718d
rc: prefer /bin/snap
2016-04-13 16:27:46 +03:00
922aa18271
rc: add /snap/bin to $PATH
...
For snappy in classic Ubuntu 16.04 & possibly others in the future.
2016-04-13 16:08:31 +03:00
ed31e66bf3
bashrc & zshrc: add missing comment for git-squash
2016-04-11 09:55:27 +03:00
9ead3d6483
rc: run pacman with LANG=en
2016-03-06 15:09:37 +02:00
232388f405
rc: replace yaourt with pacaur
2016-03-06 13:24:06 +02:00
3fe4e821c2
aliases: remove gitg
...
gitg was good before GNOME 3, now it has just been losing functionality
every time I have happened to want to see graphical diff.
2016-01-14 16:56:42 +02:00
a187ae584d
profile: numlockx on
2015-12-15 20:06:23 +02:00
7395c20a47
rc: fix clear-apt-list-cache again
...
in our serious ugly hacks™
2015-11-14 12:48:13 +02:00
3808f9c98f
rc: fix clear-apt-list-cache
2015-10-29 21:01:52 +02:00
ffe94ff7f4
bashrc & zshrc: sshguard with IPv6
...
Closes #85
2015-10-25 14:10:01 +02:00
0024333230
fix e86ceeccb6
2015-09-21 15:42:40 +03:00
e86ceeccb6
rc: *sslcertfp: also check sha512 sum
2015-09-21 15:41:19 +03:00
71e05ac396
rc: fix clear-apt-list-cache
...
with the && the operations are aborted in case they don't succeed
instead of just continuing until the end.
2015-09-12 10:01:57 +00:00
643119d972
rc: don't override sytem LANG & TZ
...
TZ is now $(date +%Z) for sending over SSH. LANG should be in system
settings and of course both can be overridden e.g.g in `.custom`.
2015-09-12 12:07:40 +03:00
3b59232c23
fix c231cdafef
2015-09-10 19:18:30 +03:00
c231cdafef
fix 484e60d318
2015-09-10 19:16:58 +03:00
484e60d318
zshrc: comment dynamic title changing
...
it breaks tmux title changing which is better.
2015-09-10 19:15:11 +03:00
9b8c67d917
zshrc: dynamic terminal title
2015-09-10 18:56:04 +03:00
86205e1b65
xinitrc: load Xresources
2015-09-10 17:39:58 +03:00
b645f33592
bashrc: fix dynamic terminal title
2015-09-10 12:15:55 +03:00
ed0d6d663a
don't use LC_ALL
...
According to ArchWiki, LANG sets LC_* which aren't explicitly set and
LC_ALL is meant for testing/troubleshooting only.
2015-09-05 23:39:16 +03:00
359a4becb8
rc: remove OS X specific ssh-add
...
OS X OpenSSH doesn't work with VerifyHostKeyDNS=yes, so it OpenSSH must
be installed from Homebrew or MacPorts which (at least Homebrew) don't
support the flag to add the key to keychain.
2015-08-31 09:25:11 +03:00
db56a120ce
rc: xsessionrc & migrate reasonable lines to profile
2015-08-28 19:17:08 +03:00
090f4154d6
rc: add $HOME/.linuxbrew/<bin|sbin|games> to $PATH
...
To symlink it to sdcard on Sailfish
2015-08-28 08:03:44 +03:00
b34a567af7
rc: alias winkey
...
The xxd method, because it's easier to alias. Closes #81
2015-08-22 15:13:22 +03:00
b2eaca582a
rc: fix serversslcertfp function
...
Thanks @mgeedmin from Mikaela/mikaela.github.io#69
Other functions must still be checked probably.
Closes #82
2015-08-20 18:56:33 +03:00
198f311303
rc: fallback to curl with myip
...
Closes #80
Possibly broken somehow.
2015-07-31 18:07:54 +03:00
386f39939c
rc: workaround for apt Happy Eyeballs
...
Closes #65
2015-07-22 15:51:20 +03:00
4ef91d2ba4
zshrc: move lost comment to correct place
2015-07-22 15:42:57 +03:00