My personal dotfiles.
This includes scripts for setting up my complete development environment for both Linux and MaxOS.
The goal is to have a full reproducable environment with a single command.
Most dotfiles will be symlinked to the home directory.
- nodejs
- zx package (global install)
- clone repo
- zx setup.mjs
To enable zsh-autosuggestions (https://github.com/zsh-users/zsh-autosuggestions) run:
git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions