This is for me more than it is for you.
Install grab to help you with the initial setup:
wget -qN https://github.com/maciakl/grab/releases/latest/download/grab.zip \
-O /tmp/grab.zip \
&& unzip -q -o /tmp/grab.zip -d /tmp \
&& chmod +x /tmp/grab \
&& sudo mv /tmp/grab /usr/local/bin/grab
Install some essential tools that will help you manage your system:
grab sharkdp/fd
grab sharkdp/bat
grab junegunn/fzf
grab eza-community/eza
grab burntsushi/ripgrep rg
You can also install some optional tools that might be useful:
grab muesli/duf
grab aristocratos/btop
Create a .bash_aliases
file with your most commonly used aliases:
wget https://tinyurl.com/mpa45zpr -O ~/.bash_aliases
Create a .vimrc
file for Vim configuration:
wget https://tinyurl.com/y4dbht37 -O ~/.vimrc