updates tmux conf savefile to not be hidden in repo

This commit is contained in:
2024-05-18 09:16:38 -07:00
parent 9d3c1f2a74
commit c9f599a334
5 changed files with 5 additions and 8 deletions

View File

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

View File

@@ -1,4 +0,0 @@
cp ~/.tmux.conf ./.tmux.conf
git add .tmux.conf
git commit -m "Updates Tmux Configuration"
git push

1
tmuxConfLoad.sh Executable file
View File

@@ -0,0 +1 @@
cp ./tmux.conf ~/.tmux.conf

4
pushTmuxSettings.sh → tmuxConfSave.sh Normal file → Executable file
View File

@@ -1,4 +1,4 @@
cp ~/.tmux.conf ./.tmux.conf
git add .tmux.conf
cp ~/.tmux.conf ./tmux.conf
git add tmux.conf
git commit -m "Updates Tmux Configuration"
git push

View File

@@ -2,7 +2,7 @@ sudo apt install zig -y
snap install nvim --classic
sudo cp ../sesh /usr/bin
cp .tmux.conf ~
cp ../tmux.conf ~/.tmux.conf
###### Node
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash