____ _ _ _ ____
/ ___| | \ | | / \ | _ \
| | _ | \| | / _ \ | |_) |
| |_| | | |\ | / ___ \ | _ <
\____| |_| \_| /_/ \_\ |_| \_\
GNAR is an opionated Arch setup tailored to provide a powerful baseline remote experience.
Out of the box it comes with tmux, zsh, neovim, git, fastfetch, htop, and other helpful utilities.
Installation
Git (Recommended)
git clone https://github.com/iammatthias/gnar.git
cd gnar
sudo ./scripts/setup.sh
Curl
curl -L https://github.com/iammatthias/gnar/archive/main.tar.gz | tar xz
cd gnar-main
sudo ./scripts/setup.sh
Wget
wget https://github.com/iammatthias/gnar/archive/main.tar.gz
tar xzf main.tar.gz
cd gnar-main
sudo ./scripts/setup.sh
Post-Installation
tmux # Start tiling terminal
gnar-info # System information
help-gnar # Command reference
Uninstall
sudo ./scripts/uninstall.sh