-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathstart.bash
More file actions
executable file
·43 lines (32 loc) · 834 Bytes
/
Copy pathstart.bash
File metadata and controls
executable file
·43 lines (32 loc) · 834 Bytes
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
#!/bin/bash
# AUTHOR : Arnob kumar saha
# Creation Date : 16-6-2024
# Last Update : 25-1-2025
# Usage : ./stash.bash
: '
This script is intended to run
1) In ubuntu machines >= 20.04 LTS
2) With bash shell
'
sudo add-apt-repository universe multiverse
sudo apt update
sudo apt upgrade -y
sudo apt install curl vim tldr git git-gui -y
tldr sed
sudo apt install -y ubuntu-restricted-extras \
software-properties-common apt-transport-https \
linux-tools-common linux-tools-generic linux-tools-$(uname -r) \
build-essential automake \
terminator fish curl tree rlwrap gnome-tweaks httpie graphviz \
python-dev-is-python3 python3-pip
bash docker.bash
# bash git.bash
# bash go.bash
# bash node.bash
# bash ide.bash
# bash mongo.bash
# bash env.bash
# bash k8s.bash
# bash cloud.bash
# bash vault.bash
# bash others.bash