dotfiles

Yes, my $HOME has a git repo now :(

git clone git://git.shimmy1996.com/dotfiles.git
commit 1b0a185058a2d613df2a22595c1cfa139eaebe54
parent 4f9e21d4a9b8335f263a60c80a168048c13c6ebc
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat, 19 Jan 2019 09:38:35 -0500

Add zsh profile.

Diffstat:
M.gitignore | 6++++--
A.profile | 5+++++
A.zprofile | 1+
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -7,4 +7,6 @@
 # Config files.
 !.config
 !.config/*
-!.config/*/*-
\ No newline at end of file
+!.config/*/*
+!.profile
+!.zprofile+
\ No newline at end of file
diff --git a/.profile b/.profile
@@ -0,0 +1,5 @@
+# Keyboard settings.
+export XKB_DEFAULT_OPTIONS=ctrl:swapcaps
+
+# Auto start tbsm after login on first two VTs.
+[[ $XDG_VTNR -le 2 ]] && tbsm
diff --git a/.zprofile b/.zprofile
@@ -0,0 +1 @@
+./.profile