Skip to content

Instantly share code, notes, and snippets.

@albscui
Last active April 18, 2023 23:09
Show Gist options
  • Save albscui/659d05cadc0229908d8b8ffe6ca7a658 to your computer and use it in GitHub Desktop.
Save albscui/659d05cadc0229908d8b8ffe6ca7a658 to your computer and use it in GitHub Desktop.
Linux dev machine config
# First install requirements:
# zsh
# oh-my-zsh
# fzf
git clone --bare [email protected]:albscui/dotfiles.git $HOME/.dotfiles
alias dotfiles='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
dotfiles config status.showUntrackedFiles no
dotfiles checkout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment