-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup_commands.sh
executable file
·23 lines (23 loc) · 1.07 KB
/
setup_commands.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
ls
sudo apt-get install curl; curl 'https://www.lilite.co/get_installer?version=ubuntu_18&packages=Vim&packages=Tmux&packages=Build-Essential&packages=Git&packages=Conda&packages=Gzip&packages=Zip%2FUnzip' | sudo bash
ls
curl 'https://www.lilite.co/get_installer?version=ubuntu_18&packages=Vim&packages=Tmux&packages=Build-Essential&packages=Git&packages=Conda&packages=Gzip&packages=Zip%2FUnzip' | sudo bash
conda
curl 'https://www.lilite.co/get_installer?version=ubuntu_18&packages=Vim&packages=Tmux&packages=Build-Essential&packages=Git&packages=Conda&packages=Gzip&packages=Zip%2FUnzip'
curl 'https://www.lilite.co/get_installer?version=ubuntu_18&packages=Vim&packages=Tmux&packages=Build-Essential&packages=Git&packages=conda&packages=Gzip&packages=Zip%2FUnzip'
git status
ls
wget
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
ls
chmod +x Miniconda3-latest-Linux-x86_64.sh
./Miniconda3-latest-Linux-x86_64.sh
source ~/.bashrc
ls
git clone https://github.com/cmoscardi/dc_bus_stuff.git
ls
ssh-keygen -t rsa
cat ~/.ssh/id_rsa.pub
tmux ls
tmux
tmux attach