redirects from github to noisyserver

This commit is contained in:
2024-09-24 15:44:57 -07:00
parent 0b0f8e8dab
commit 5dd9b615f2
5 changed files with 78 additions and 17 deletions

View File

@@ -39,8 +39,8 @@ sudo apt install code -y
##### nerd fonts
sudo apt install wget fontconfig &&
wget -P ~/.local/share/fonts https://github.com/ryanoasis/nerd-fonts/releases/latest/download/Meslo.zip &&
cd ~/.local/share/fonts && unzip Meslo.zip && rm *Windows* && rm Meslo.zip && fc-cache -fv
wget -P ~/.local/share/fonts https://github.com/ryanoasis/nerd-fonts/releases/latest/download/Meslo.zip &&
cd ~/.local/share/fonts && unzip Meslo.zip && rm *Windows* && rm Meslo.zip && fc-cache -fv
######
npm install -g @railway/cli
@@ -49,14 +49,14 @@ npm install -g vercel@latest
cd ~/.config/
git clone http://www.github.com/noisycarlos/kitty
git clone http://www.git.noisyserver.sbs/noisycarlos/kitty
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
git clone https://git.noisyserver.sbs/noisycarlos/kitty
git clone https://git.noisyserver.sbs/noisycarlos/nvim
git clone https://git.noisyserver.sbs/noisycarlos/wezterm
rm -r lazygit
git clone https://github.com/noisycarlos/lazygit
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
git clone https://git.noisyserver.sbs/noisycarlos/lazygit
git clone https://git.noisyserver.sbs/tmux-plugins/tpm ~/.tmux/plugins/tpm