Simply open up neovim. All packages/dependencies will be auto-installed.
- Set dark mode
- Set the default search engine
- Change the download folder
- Customize the start page
- Change default fonts (go to
brave://settings/fonts
)
Follow the instructions at https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
cd $HOME
git clone [email protected]:toh995/.dotfiles-nix.git
cd .dotfiles-nix
# copy the hardware config file
# NOTE: may need to rework this, if we expand to multiple machines!!!
cp /etc/nixos/hardware-configuration.nix ./modules/hardware-config.nix
cd $HOME/.config
git clone [email protected]:toh995/nvim.git