From bcd704a791175c85303b4249d7c8b79952ef7768 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Wed, 30 Mar 2022 15:53:06 -0500 Subject: fix: fix issue with wsl config linking --- wsl/.local/bin/wsl-installer.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'wsl/.local/bin/wsl-installer.sh') 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. -- cgit v1.2.3-70-g09d2