We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb3fe2 commit 1489df0Copy full SHA for 1489df0
dot_ubuntu.sh
@@ -1,10 +1,9 @@
1
# Basic Setting
2
sudo apt-get update
3
# sudo apt-get -y upgrade
4
-sudo apt-get install -y vim curl awscli python3-pip tmux fonts-powerline git-lfs tree
+sudo apt-get install -y vim curl python3-pip tmux fonts-powerline git-lfs tree
5
sudo apt -y autoremove
6
-pip3 install -U pip && pip3 install -U awscli # For fixing awscli issue
7
-pip3 install -U nvitop
+pip3 install -U pip
8
9
# Install zsh
10
sudo apt-get install -y zsh
0 commit comments