-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup
More file actions
executable file
·59 lines (54 loc) · 1.01 KB
/
setup
File metadata and controls
executable file
·59 lines (54 loc) · 1.01 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#!/bin/sh
# Setup ubuntu sytems
sudo apt-get update
sudo apt-get upgrade
sudo add-apt-repository multiverse
sudo apt-get install \
aptitude \
git \
ack \
silversearcher-ag \
neovim \
vim \
tmux \
tmuxinator \
firefox \
virtualbox \
keepass2 \
ssh \
curl \
g++ \
redshift \
libnotify-bin \
postgresql \
steam \
vlc \
mplayer \
mpv \
usb-creator-kde \
python-is-python3 \
python3-venv \
build-essential \
libssl-dev \
jq \
gufw \
fonts-firacode \
fonts-emojione \
fonts-powerline \
shellcheck \
watchman \
acpi \
mkcert \
gnupg2
# Laptop:
# sudo apt-get install powertop a2ps acpi
# Snaps
snap install spotify
snap install chromium
# Chrome:
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
sudo apt-get update
sudo apt-get install google-chrome-stable
# Cleanup
sudo apt-get autoremove