21 lines
710 B
Markdown
21 lines
710 B
Markdown
# Personal Linux Setup
|
|
|
|
My current setup is [Debian Bookworm](https://www.debian.org/releases/bookworm/) with the [i3 window manager](https://i3wm.org/).
|
|
|
|
## Before installing
|
|
|
|
- `rm /usr/lib/python*/EXTERNALLY-MANAGED`
|
|
- `sudo apt-get install curl git python3-distutils`
|
|
- `export PATH=$PATH:~/.local/bin`
|
|
- [Install Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html)
|
|
|
|
## TODO
|
|
|
|
- thunderbird config (pretty hard to do, should just capture steps taken somewhere)
|
|
- firefox config? extensions? host own synchronizer?
|
|
|
|
#### Neovim
|
|
|
|
- More cool plugins :)
|
|
- dropdown autocomplete
|
|
- https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#yamlls
|