My personal dotfiles (configuration files, scripts, etc.)
You probably don’t want the exact same system I use, but you could use this repository to get some new ideas while building your own. I wouldn’t recommend following any instruction, using any config or running any script without reading and understanding it first. It could require modifications for your system and you should always read things from the internet before using them to avoid compromising your computer.
If you want to install Arch Linux and configure it, check arch-install. If you just want the files, you can run these commands:
# Cloning the repository
git clone --bare https://github.com/AliGhahraei/dotfiles $HOME/g/dotfiles/repo.git
# Checking out files locally
git --git-dir=$HOME/g/dotfiles/repo.git --work-tree=$HOME checkout