-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup_elementary.sh
More file actions
40 lines (30 loc) · 945 Bytes
/
Copy pathsetup_elementary.sh
File metadata and controls
40 lines (30 loc) · 945 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
cd
sudo apt update
sudo apt upgrade
sudo apt dist-upgrade
flatpak upgrade
flatpak update
sudo flatpak upgrade
sudo flatpak update
# wget, curl, git
sudo apt install wget
sudo apt install curl
sudo apt install git
sudo apt install vim
sudo apt install trash-cli
sudo apt install sshfs
sudo apt install openssh-server
sudo apt install openssh-client
# font coding
mkdir ~/.local/share/fonts
cd ~/.local/share/fonts
wget https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Regular.ttf
wget https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold.ttf
wget https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Italic.ttf
wget https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold%20Italic.ttf
fc-cache -f -v
cd
# install zsh and configure
sudo apt install zsh
chsh
sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"