mkdir $HOME/dev; \
cd $HOME/dev; \
git clone https://github.com/conwaywong/dotfiles.git; \
cd dotfiles && ./setup.shTo skip installation support of NVIDIA, set the environment variable
NVIDIA_SKIP. For example,
NVIDIA_SKIP=true ./setup.shExtend environment-specific settings by creating $HOME/.zshenv_ext and adding
variables to it. The file should automatically be loaded by $HOME/.zshenv.
. /etc/os-release; ssh-keygen -t ed25519 -C "$USER@$(hostname)-$NAME-$VERSION_ID"