This system is totally based on git. So, we gonna have our dotfiles and scripts always versioned in the "HOME" folder.
Right now, this is mac only
Reference: best-way-to-store-dotfiles-git-bare-repo
.aliases.exports.zshrc- My ZSH config.functions- Small utilitary shell functions
.gitconfig- Personal git preferences
.config/nvim/init.vim
.brew- Command line tools using Homebrew.cask- Applications using Homebrew Cask.mas- Mac App Store apps.npm-apps- Global npm applications.py-apps- Global python applications
.bootstrap-mac- Setup my personal macbook.macos- Personal macbook preferences
curl -sSL https://raw.githubusercontent.com/lborgav/dotfiles/master/install.sh | bashThen reload your shell:
source ~/.zshrcAfter installing dotfiles, you can optionally run the bootstrap script to install packages and configure macOS preferences:
sh ~/.bootstrap-mac