updates ubuntu config
This commit is contained in:
45
ubuntu-dev-old.sh
Normal file
45
ubuntu-dev-old.sh
Normal file
@@ -0,0 +1,45 @@
|
||||
sudo apt install zig -y
|
||||
sudo apt install neovim -y
|
||||
sudo apt install npm -y
|
||||
sudo apt install golang-go -y
|
||||
sudo apt install ripgrep -y
|
||||
sudo apt install ruby -y
|
||||
sudo apt install ruby-dev -y
|
||||
|
||||
sudo add-apt-repository ppa:lazygit-team/release -y
|
||||
sudo apt update
|
||||
sudo apt install lazygit -y
|
||||
sudo apt install alacritty -y
|
||||
|
||||
sudo apt install tmux -y
|
||||
|
||||
sudo apt install kitty -y
|
||||
|
||||
sudo apt install software-properties-common
|
||||
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EB3E94ADBE1229CF
|
||||
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list'
|
||||
sudo apt update
|
||||
sudo apt install code -y
|
||||
|
||||
# sudo gem install solargraph
|
||||
|
||||
sudo add-apt-repository ppa:hack-fonts/hack -y
|
||||
sudo apt update
|
||||
sudo apt install fonts-hack -y
|
||||
|
||||
git clone http://www.github.com/noisycarlos/kitty
|
||||
|
||||
sudo npm install -g @railway/cli
|
||||
sudo npm install -g vercel
|
||||
sudo npm install -g vercel@latest
|
||||
|
||||
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
|
||||
|
||||
rm -r lazygit
|
||||
git clone https://github.com/noisycarlos/lazygit
|
||||
Reference in New Issue
Block a user