-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup01.sh
32 lines (32 loc) · 1.18 KB
/
setup01.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
#!/bin/sh
sudo apt install vim -y
LANG=C xdg-user-dirs-gtk-update
sudo timedatectl set-local-rtc true
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb -y
sudo rm ./google-chrome-stable_current_amd64.deb
sudo apt install linux-generic-hwe-20.04-edge -y
sudo apt install snap -y
google-chrome https://slack.com/intl/ja-jp/downloads/instructions/ubuntu
sudo apt install curl -y
sudo apt install -y fcitx fcitx-mozc
sudo im-config -n fcitx
echo "please reboot and setting fcitx"
sudo apt install -y git
sudo apt install -y gtkterm
sudo apt install -y openssh-client
sudo apt install -y openssh-server
sudo apt install -y sshpass
sudo apt-get install -y chrome-gnome-shell
sudo apt install -y gnome-shell-extensions
sudo apt install -y gnome-shell-extension-prefs
sudo apt install -y gnome-shell-extension-system-monitor
sudo snap install -y remmina
sudo apt install -y nscd
sudo systemctl restart snapd.service
sudo snap install clion --classic
sudo snap install code --classic
sudo apt install guake -y
wget https://release.gitkraken.com/linux/gitkraken-amd64.deb
sudo dpkg -i gitkraken-amd64.deb
rm gitkraken-amd64.deb