redirects from github to noisyserver
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user