updates tmux conf savefile to not be hidden in repo
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
sudo cp ../sesh /usr/bin
|
sudo cp ../sesh /usr/bin
|
||||||
cp ../.tmux.conf ~
|
cp ../tmux.conf ~/.tmux.conf
|
||||||
|
|
||||||
sudo dnf install zig -y
|
sudo dnf install zig -y
|
||||||
sudo dnf install neovim -y
|
sudo dnf install neovim -y
|
||||||
|
|||||||
@@ -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
1
tmuxConfLoad.sh
Executable file
@@ -0,0 +1 @@
|
|||||||
|
cp ./tmux.conf ~/.tmux.conf
|
||||||
4
pushTmuxSettings.sh → tmuxConfSave.sh
Normal file → Executable file
4
pushTmuxSettings.sh → tmuxConfSave.sh
Normal file → Executable file
@@ -1,4 +1,4 @@
|
|||||||
cp ~/.tmux.conf ./.tmux.conf
|
cp ~/.tmux.conf ./tmux.conf
|
||||||
git add .tmux.conf
|
git add tmux.conf
|
||||||
git commit -m "Updates Tmux Configuration"
|
git commit -m "Updates Tmux Configuration"
|
||||||
git push
|
git push
|
||||||
@@ -2,7 +2,7 @@ sudo apt install zig -y
|
|||||||
snap install nvim --classic
|
snap install nvim --classic
|
||||||
|
|
||||||
sudo cp ../sesh /usr/bin
|
sudo cp ../sesh /usr/bin
|
||||||
cp .tmux.conf ~
|
cp ../tmux.conf ~/.tmux.conf
|
||||||
|
|
||||||
###### Node
|
###### Node
|
||||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
|
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
|
||||||
|
|||||||
Reference in New Issue
Block a user