fixes fedora scrips
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
sudo cp ./sesh /usr/bin
|
||||
sudo cp ../sesh /usr/bin
|
||||
cp ../.tmux.conf ~
|
||||
|
||||
sudo dnf install zig -y
|
||||
sudo dnf install neovim -y
|
||||
@@ -21,8 +22,6 @@ sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.m
|
||||
dnf check-update
|
||||
sudo dnf install code -y
|
||||
|
||||
sh fedora-rails.sh
|
||||
|
||||
sudo dnf copr enable zawertun/hack-fonts -y
|
||||
sudo dnf install hack-fonts -y
|
||||
|
||||
@@ -32,14 +31,11 @@ sudo npm i -g @railway/cli
|
||||
sudo npm i -g vercel
|
||||
sudo npm i -g vercel@latest
|
||||
|
||||
sh fedora-onepassword.sh
|
||||
|
||||
cd ~/.config/
|
||||
|
||||
git config --global user.email "noisycarlos@hey.com"
|
||||
git config --global user.name "Carlos Aldana"
|
||||
|
||||
git clone https://github.com/noisycarlos/kitty
|
||||
git clone https://github.com/noisycarlos/nvim
|
||||
git clone https://github.com/noisycarlos/wezterm
|
||||
|
||||
@@ -47,3 +43,5 @@ rm -r lazygit
|
||||
git clone https://github.com/noisycarlos/lazygit
|
||||
|
||||
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||
|
||||
git clone https://github.com/noisycarlos/kitty
|
||||
|
||||
Reference in New Issue
Block a user