implements script to add openai token to bashrc
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
sudo cp ../sesh /usr/bin
|
||||
cp ../tmux.conf ~/.tmux.conf
|
||||
cp ../tmux/tmux.conf ~/.tmux.conf
|
||||
|
||||
sudo dnf install zig -y
|
||||
sudo dnf install neovim -y
|
||||
@@ -17,6 +17,7 @@ sudo dnf install lazygit -y
|
||||
sudo dnf install alacritty -y
|
||||
sudo dnf install tmux -y
|
||||
|
||||
sh ./add-openai-token.sh
|
||||
#sudo dnf install kitty -y
|
||||
sudo flatpak install org.wezfurlong.wezterm -y
|
||||
|
||||
@@ -42,7 +43,7 @@ git config --global user.name "Carlos Aldana"
|
||||
git clone https://git.noisyserver.sbs/noisycarlos/nvim
|
||||
git clone https://git.noisyserver.sbs/noisycarlos/wezterm
|
||||
|
||||
rm -r lazygit
|
||||
sudo rm -r lazygit
|
||||
git clone https://git.noisyserver.sbs/noisycarlos/lazygit
|
||||
|
||||
#git clone https://git.noisyserver.sbs/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||
|
||||
Reference in New Issue
Block a user