Skip to content

dotfiles repo and new distro setup scripts

Notifications You must be signed in to change notification settings

conwaywong/dotfiles

Repository files navigation

Steps

Clone dotfiles repo and run init script

mkdir $HOME/dev; \
  cd $HOME/dev; \
  git clone https://github.com/conwaywong/dotfiles.git; \
  cd dotfiles && ./setup.sh

To skip installation support of NVIDIA, set the environment variable NVIDIA_SKIP. For example,

NVIDIA_SKIP=true ./setup.sh

Post install steps

Extend environment-specific settings by creating $HOME/.zshenv_ext and adding variables to it. The file should automatically be loaded by $HOME/.zshenv.

Create SSH Key

. /etc/os-release; ssh-keygen -t ed25519 -C "$USER@$(hostname)-$NAME-$VERSION_ID"

About

dotfiles repo and new distro setup scripts

Resources

Stars

Watchers

Forks