Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 918 Bytes

post-install.md

File metadata and controls

31 lines (26 loc) · 918 Bytes

Post-install

Install neovim packages

Simply open up neovim. All packages/dependencies will be auto-installed.

Set up the web browsers (brave + firefox)

  • Set dark mode
  • Set the default search engine
  • Change the download folder
  • Customize the start page
  • Change default fonts (go to brave://settings/fonts)

Set up GitHub ssh

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

Clone this repo to $HOME

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

Clone neovim config

cd $HOME/.config
git clone [email protected]:toh995/nvim.git

Clone secrets to $XDG_DATA_HOME