My dotfiles.
[SUDO=1] [FULL_INSTALL=1] sh -c "$(curl -fsSL https://raw.githubusercontent.com/nobu-g/dotfiles/main/install.sh)"Options:
SUDO=1: specify this if you have sudo privileges.FULL_INSTALL=1: specify this if you want to install all the Homebrew packages listed inBrewfileandBrewfile.full.HOMEBREW_PREFIX=/somewhere: specify this if you want to install Homebrew in a directory other than the default.
git clone https://github.com/nobu-g/dotfiles.git
cd dotfiles
make install [SUDO=1] [FULL_INSTALL=1]sudo xcode-select --installsoftwareupdate --install-rosetta(for Apple Silicon)
apt install sudo make zsh(basic packages)apt install gcc build-essential procps curl file git(packages for Homebrew)apt install python3-pip zlib1g-dev libp11-kit-dev(packages for Homebrew packages)
apt install sudo make zshapt install gcc build-essential procps curl file gitapt install python3-pip zlib1g-dev
dnf install sudo make zshdnf install gcc 'Development Tools' procps-ng curl file git libxcrypt-compatdnf install g++ perl-ExtUtils-MakeMaker perl-FindBin perl-IPC-Cmd perl-Pod-Html perl-Time-Piece glibc-devel python3
MIT