diff options
author | Camil Staps | 2015-10-29 23:54:27 +0100 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:06 +0100 |
commit | 2322b0c9dffff484b4c4b1f6da469e727cf8cac9 (patch) | |
tree | 7a5325dd357d343294cadf2dd508724ef7c5e7a9 | |
parent | Default tex type (diff) |
bin directory fix; profile; xinitrc
-rwxr-xr-x | script/bootstrap | 1 | ||||
-rw-r--r-- | system/profile.symlink (renamed from system/_path.zsh) | 0 | ||||
-rw-r--r-- | system/xinitrc.symlink | 4 |
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 + |