add python3
parent
9b00b4b06a
commit
f9d4f44cf1
|
@ -7,6 +7,7 @@ sudo apt install \
|
|||
neovim tmux \
|
||||
exa fd-find ripgrep \
|
||||
openssh-server openssh-client \
|
||||
python3 python3-venv \
|
||||
neofetch
|
||||
|
||||
# https://github.com/ohmyzsh/ohmyzsh/
|
||||
|
|
|
@ -7,7 +7,7 @@ sudo dnf install \
|
|||
neovim tmux \
|
||||
exa bat fd-find ripgrep \
|
||||
openssh \
|
||||
golang nodejs \
|
||||
golang nodejs python3 \
|
||||
neofetch
|
||||
|
||||
# https://github.com/ohmyzsh/ohmyzsh/
|
||||
|
|
Loading…
Reference in New Issue