aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscript/bootstrap1
-rw-r--r--system/profile.symlink (renamed from system/_path.zsh)0
-rw-r--r--system/xinitrc.symlink4
3 files changed, 5 insertions, 0 deletions
diff --git a/script/bootstrap b/script/bootstrap
index ba61da9..1acfd22 100755
--- a/script/bootstrap
+++ b/script/bootstrap
@@ -216,6 +216,7 @@ install_dotfiles () {
setup_gitconfig
install_dotfiles
+ln -s "$DOTFILES_ROOT/bin" "$HOME/bin"
# If we're on a Mac, let's install and setup homebrew.
if [ "$(uname -s)" == "Darwin" ]
diff --git a/system/_path.zsh b/system/profile.symlink
index 9f2f4c9..9f2f4c9 100644
--- a/system/_path.zsh
+++ b/system/profile.symlink
diff --git a/system/xinitrc.symlink b/system/xinitrc.symlink
new file mode 100644
index 0000000..e0eddfc
--- /dev/null
+++ b/system/xinitrc.symlink
@@ -0,0 +1,4 @@
+setxkbmap -layout us -variant intl
+
+exec xmonad
+