add neofetch
parent
f65ffd6954
commit
571a73956b
|
@ -1,11 +1,13 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
sudo apt install build-essential \
|
sudo apt install \
|
||||||
|
build-essential \
|
||||||
zsh \
|
zsh \
|
||||||
curl wget git \
|
curl wget git \
|
||||||
neovim tmux \
|
neovim tmux \
|
||||||
exa fd-find ripgrep \
|
exa fd-find ripgrep \
|
||||||
openssh-server openssh-client
|
openssh-server openssh-client \
|
||||||
|
neofetch
|
||||||
|
|
||||||
# https://github.com/ohmyzsh/ohmyzsh/
|
# https://github.com/ohmyzsh/ohmyzsh/
|
||||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||||
|
|
|
@ -7,8 +7,8 @@ sudo dnf install \
|
||||||
neovim tmux \
|
neovim tmux \
|
||||||
exa bat fd-find ripgrep \
|
exa bat fd-find ripgrep \
|
||||||
openssh \
|
openssh \
|
||||||
golang \
|
golang nodejs \
|
||||||
nodejs
|
neofetch
|
||||||
|
|
||||||
# https://github.com/ohmyzsh/ohmyzsh/
|
# https://github.com/ohmyzsh/ohmyzsh/
|
||||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||||
|
|
Loading…
Reference in New Issue