generated from othneildrew/Best-README-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall_script.sh
61 lines (45 loc) · 1.66 KB
/
install_script.sh
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
#!/usr/bin/env bash
# -----------private--------------------------
#sudo add-apt-repository -y ppa:danielrichter2007/grub-customizer
#sudo add-apt-repository -y ppa:jtaylor/keepass
#sudo add-apt-repository -y ppa:openshot.developers/ppa
# Set time to use local-time so Ubuntu and windows can co-exists
# https://www.howtogeek.com/323390/how-to-fix-windows-and-linux-showing-different-times-when-dual-booting/
timedatectl set-local-rtc 1 --adjust-system-clock
sudo apt-get update
sudo apt-get install -y mono-complete \
keepass2 \
grub-customizer \
xournal \
geany \
git \
git-flow \
meld \
bash-completion \
bash-builtins \
mate-utils \
curl \
jq \
terminator \
putty \
gtkterm \
openshot-qt \
pinta \
gnome-tweaks \
htop \
powerline \
powerline-gitstatus \
# https://forum.kee.pm/t/installing-kee-with-keepassrpc-for-keepass-password-safe-instructions/23
curl -s https://api.github.com/repos/kee-org/keepassrpc/releases/latest | jq -r ".assets[] | select(.name | test(\"KeePassRPC.plgx\")) | .browser_download_url" | xargs sudo curl -s -L -o "/usr/lib/keepass2/Plugins/KeePassRPC.plgx"
#wget https://github.com/kee-org/keepassrpc/releases/download/v1.9.0/KeePassRPC.plgx
#sudo mv KeePassRPC.plgx /usr/lib/keepass2/Plugins/
#wget https://downloads.slack-edge.com/linux_releases/slack-desktop-4.0.2-amd64.deb
#sudo apt-get install -y ./slack-desktop-*.deb
#rm slack-desktop-*.deb
# run this guide
#https://docs.google.com/document/d/1eESvpygRr0zT-MD2NPkzh30kqdcwkLM8BtZNxdL4gXc/edit#
#run bootstrap
#copy ssh-keys
#run bor cli
# bash-tools claes
#git clone [email protected]:claesjaeger/.bash_tools.git