Skip to content

Commit 9ab3eec

Browse files
author
lpmatos
committed
feat: oh my zsh files
1 parent 53cfac1 commit 9ab3eec

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

docs/packages.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

0 commit comments

Comments
 (0)