Compare commits

..

2 Commits

Author SHA1 Message Date
5d88f3ee93 updates syncrails sesh path 2024-11-13 11:46:22 -08:00
beacd64f4d fixes sesh install in dev scripts 2024-11-13 11:46:08 -08:00
4 changed files with 5 additions and 7 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -4,21 +4,21 @@ if [ -n "${PANE}" ]; then
PANE=$(flatpak run org.wezfurlong.wezterm cli spawn --pane-id $PANE)
echo "Opening Rails in existing window"
flatpak run org.wezfurlong.wezterm cli set-tab-title --pane-id $PANE "Rails"
echo "cd ~/repos/syncopotamus-rails" | flatpak run org.wezfurlong.wezterm cli send-text --no-paste --pane-id $PANE
echo "cd ~/repos/syncopotamus" | flatpak run org.wezfurlong.wezterm cli send-text --no-paste --pane-id $PANE
echo "rvm use 3.3.1" | flatpak run org.wezfurlong.wezterm cli send-text --no-paste --pane-id $PANE
echo "rails s" | flatpak run org.wezfurlong.wezterm cli send-text --no-paste --pane-id $PANE
PANE=$(flatpak run org.wezfurlong.wezterm cli split-pane --left --pane-id $PANE)
else
echo "Opening Rails in this window"
flatpak run org.wezfurlong.wezterm cli set-tab-title "Rails"
echo "cd ~/repos/syncopotamus-rails" | flatpak run org.wezfurlong.wezterm cli send-text --no-paste
echo "cd ~/repos/syncopotamus" | flatpak run org.wezfurlong.wezterm cli send-text --no-paste
echo "clear" | flatpak run org.wezfurlong.wezterm cli send-text --no-paste
echo "rvm use 3.3.1" | flatpak run org.wezfurlong.wezterm cli send-text --no-paste
echo "rails s" | flatpak run org.wezfurlong.wezterm cli send-text --no-paste
PANE=$(flatpak run org.wezfurlong.wezterm cli split-pane --left)
fi
echo "cd ~/repos/syncopotamus-rails" | flatpak run org.wezfurlong.wezterm cli send-text --no-paste --pane-id $PANE
echo "cd ~/repos/syncopotamus" | flatpak run org.wezfurlong.wezterm cli send-text --no-paste --pane-id $PANE
echo "nvim" | flatpak run org.wezfurlong.wezterm cli send-text --no-paste --pane-id $PANE
flatpak run org.wezfurlong.wezterm cli adjust-pane-size --amount 50 --pane-id $PANE right

View File

@@ -7,7 +7,6 @@ sudo apt install snapd -y
sudo apt install btop -y
sudo apt-get install fuse libfuse2 -y
sudo apt install blueman -y
# 1Password
sudo sh -c 'echo "deb [arch=amd64] https://downloads.1password.com/linux/debian/amd64/ stable main" > /etc/apt/sources.list.d/1password.list'
@@ -27,7 +26,6 @@ flatpak install flathub net.nokyan.Resources -y
# Codecs
sudo apt install ubuntu-restricted-extras -y
# Browsers
# flatpak install flathub com.google.Chrome -y
# flatpak install flathub org.waterfoxproject.waterfox -y