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