aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/wsl
diff options
context:
space:
mode:
Diffstat (limited to 'wsl')
-rw-r--r--wsl/.config/wsl/alacritty.yml4
-rwxr-xr-xwsl/.local/bin/wsl-installer.sh9
2 files changed, 6 insertions, 7 deletions
diff --git a/wsl/.config/wsl/alacritty.yml b/wsl/.config/wsl/alacritty.yml
new file mode 100644
index 0000000..3cb4828
--- /dev/null
+++ b/wsl/.config/wsl/alacritty.yml
@@ -0,0 +1,4 @@
+import:
+ - ~/.config/alacritty/alacritty.yml
+
+working_directory: '\\wsl$\Arch\home\tobyv' \ No newline at end of file
diff --git a/wsl/.local/bin/wsl-installer.sh b/wsl/.local/bin/wsl-installer.sh
index b71c4f4..db4d015 100755
--- a/wsl/.local/bin/wsl-installer.sh
+++ b/wsl/.local/bin/wsl-installer.sh
@@ -18,7 +18,8 @@ mkln.sh -f "$@" "${DOTFILES}"/git/.gitconfig "${WINHOME}"/.gitconfig
mkln.sh -f "$@" "${DOTFILES}"/gnupg/.gnupg/gpg.conf "${WINHOME}"/AppData/Roaming/gnupg/gpg.conf
mkln.sh -f "$@" "${DOTFILES}"/gnupg/.gnupg/gpg-agent.conf "${WINHOME}"/AppData/Roaming/gnupg/gpg-agent.conf
mkln.sh -f "$@" "${DOTFILES}"/gnupg/.gnupg/scdaemon.conf "${WINHOME}"/AppData/Roaming/gnupg/scdaemon.conf
-mkln.sh -f "$@" "${DOTFILES}"/alacritty/.config/alacritty "${WINHOME}"/AppData/Roaming/alacritty
+mkln.sh -f "$@" "${DOTFILES}"/wsl/.config/wsl "${WINHOME}"/AppData/Roaming/alacritty
+mkln.sh -f "$@" "${DOTFILES}"/alacritty/.config/alacritty "${WINHOME}"/.config/alacritty
# install xclip/xsel
curl -sL "https://raw.githubusercontent.com/Konfekt/win-bash-xclip-xsel/master/clip.sh" >"${HOME}/.local/bin/xclip"
@@ -26,12 +27,6 @@ curl -sL "https://raw.githubusercontent.com/Konfekt/win-bash-xclip-xsel/master/c
chmod +x "${HOME}/.local/bin/xclip"
chmod +x "${HOME}/.local/bin/xsel"
-# install hotkeys.exe
-install_dir="${WINHOME}/AppData/Local/Programs/hotkeys"
-mkdir -p "${install_dir}"
-rm -f "${install_dir}/hotkeys.exe"
-curl -sL "https://github.com/tobyvin/hotkeys/releases/latest/download/hotkeys.exe" >"${install_dir}/hotkeys.exe"
-
# https://github.com/wslutilities/wslu
command -v wslview &>/dev/null || cat <<-EOF
wslu is not installed.