Last active
April 18, 2023 23:09
-
-
Save albscui/659d05cadc0229908d8b8ffe6ca7a658 to your computer and use it in GitHub Desktop.
Linux dev machine config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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