# Dotfiles ## Installation ### Curl2Bash ```bash curl -fsSL https://git.booko.info/Booko/server-dotfiles/raw/branch/main/install.sh | bash ``` ### Manually ```bash mkdir -p .config git clone https://git.booko.info/Booko/server-dotfiles.git .config/dotfiles ```