-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinit
executable file
·48 lines (32 loc) · 962 Bytes
/
init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#!/bin/bash
sudo apt-get update
sudo apt upgrade -y
sudo apt dist-upgrade -y
sudo apt autoremove -y
sudo apt-get install openjdk-11-jdk -y
sudo apt-get install g++ -y
sudo apt-get install python3 -y
sudo snap install code --classic
sudo snap install sublime-text --classic
sudo apt-get install firefox -y
sudo apt-get install telegram-desktop -y
sudo apt-get install gnome-tweaks -y
sudo apt-get install vlc -y
sudo apt-get install guake -y
sudo apt-get install mongodb -y
sudo apt-get install mariadb-server -y
sudo snap install postman
curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
sudo apt-get install -y nodejs
cd
git clone https://github.com/Circles24/HandyScripts.git
cd HandyScripts
chmod +x CP
sudo mv CP /usr/bin/CP
cd
git clone https://github.com/Circles24/CompetitiveProgramming.git
mkdir compy
cat CompetitiveProgramming > compy/temp.cpp
touch compy/compy.cpp
sudo apt-get install maven
sudo apt-get install gradle