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