Setting up a work laptop in 2025
Thanks god it's linux, at least
First things first, get my dotfiles on there
Here's the software I'll be using, and where I'll get it:
- Neovim (apt)
- Mise (?)
- jq (mise)
- az (mise)
- kubectl (az or mise)
What about all those fancy treesitters for neovim?
Best thing to do is to build neovim from source:
sudo apt update # get em all sudo apt install git neovim tmux wget curl zsh \ lua python3 go rust clang gcc cc xsel \ syncthing chromium-browser magic-wormhole kitty # get some other tools set up # mise # bkt # sponge # cha # atuin fuckery # my atuin setup was all bunged up, so I remade an account and then from schiz: atuin store purge # blow away everything I can't decrypt locally atuin store push --force # blow away remote store, push up local # then from skinny atuin store pull --force # ok? ok. # generate SSH keys ssh-keygen -t ed25519-sk -C cheek-key-comment -f ~/.ssh/cheeky-key-name