add neofetch

main
sudo pacman -Syu 2021-02-18 16:25:14 +07:00
parent f65ffd6954
commit 571a73956b
2 changed files with 6 additions and 4 deletions

View File

@ -1,11 +1,13 @@
#!/usr/bin/env bash
sudo apt install build-essential \
sudo apt install \
build-essential \
zsh \
curl wget git \
neovim tmux \
exa fd-find ripgrep \
openssh-server openssh-client
openssh-server openssh-client \
neofetch
# https://github.com/ohmyzsh/ohmyzsh/
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

View File

@ -7,8 +7,8 @@ sudo dnf install \
neovim tmux \
exa bat fd-find ripgrep \
openssh \
golang \
nodejs
golang nodejs \
neofetch
# https://github.com/ohmyzsh/ohmyzsh/
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"