From beacd64f4d32930732782a2ab6d901962e331149 Mon Sep 17 00:00:00 2001 From: Carlos Aldana Date: Wed, 13 Nov 2024 11:46:08 -0800 Subject: [PATCH] fixes sesh install in dev scripts --- dev/fedora/dev.sh | 2 +- dev/ubuntu/dev.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/fedora/dev.sh b/dev/fedora/dev.sh index 40b5c55..f5fce2b 100644 --- a/dev/fedora/dev.sh +++ b/dev/fedora/dev.sh @@ -1,4 +1,4 @@ -sudo cp ../sesh /usr/bin +sudo cp ../../sesh /usr/bin cp ../tmux/tmux.conf ~/.tmux.conf sudo dnf install zig -y diff --git a/dev/ubuntu/dev.sh b/dev/ubuntu/dev.sh index 3f24446..edf391b 100644 --- a/dev/ubuntu/dev.sh +++ b/dev/ubuntu/dev.sh @@ -4,7 +4,7 @@ snap install nvim --classic sudo apt install xsel xclip wl-clipboard sudo apt install ripgrep -y -sudo cp ../sesh /usr/bin +sudo cp ../../sesh /usr/bin cp ../tmux.conf ~/.tmux.conf ######################################## Homebrew and ASDF