File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 55### Common
66
77``` bash
8- apt install curl figlet zsh tree fzf unzip s3cmd make htop git-lfs -y
8+ apt install curl figlet tree fzf unzip s3cmd make htop git-lfs -y
99```
1010
1111### Dev
@@ -16,6 +16,29 @@ apt software-properties-common build-essential libssl-dev libffi-dev \
1616 libsqlite3-dev libxml2-dev libxslt1-dev libcurl4-openssl-dev libedit-dev -y
1717```
1818
19+ ## Terminal
20+
21+ ### ZSH
22+
23+ ``` bash
24+ apt install zsh
25+ chsh -s $( which zsh)
26+ ```
27+
28+ #### Oh My ZSH
29+
30+ ``` bash
31+ if [ ! -d ~ /.oh-my-zsh ]; then
32+ sh -c " $( curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh) " " " --keep-zshrc --unattended
33+ fi
34+ ```
35+
36+ #### Zinit
37+
38+ ``` bash
39+ sh -c " $( curl -fsSL https://raw.githubusercontent.com/zdharma/zinit/master/doc/install.sh) "
40+ ```
41+
1942## Lint
2043
2144### Shellcheck
You can’t perform that action at this time.
0 commit comments