fixes sesh install in dev scripts

This commit is contained in:
2024-11-13 11:46:08 -08:00
parent bee81db558
commit beacd64f4d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
sudo cp ../sesh /usr/bin sudo cp ../../sesh /usr/bin
cp ../tmux/tmux.conf ~/.tmux.conf cp ../tmux/tmux.conf ~/.tmux.conf
sudo dnf install zig -y sudo dnf install zig -y

View File

@@ -4,7 +4,7 @@ snap install nvim --classic
sudo apt install xsel xclip wl-clipboard sudo apt install xsel xclip wl-clipboard
sudo apt install ripgrep -y sudo apt install ripgrep -y
sudo cp ../sesh /usr/bin sudo cp ../../sesh /usr/bin
cp ../tmux.conf ~/.tmux.conf cp ../tmux.conf ~/.tmux.conf
######################################## Homebrew and ASDF ######################################## Homebrew and ASDF