21 lines
698 B
Markdown
21 lines
698 B
Markdown
# Personal Linux Setup
|
|
|
|
My current setup is [Debian Bullseye](https://www.debian.org/releases/bullseye/) with the [i3 window manager](https://i3wm.org/).
|
|
|
|
## Before installing
|
|
|
|
- `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?
|
|
- Daemon to restore wallpaper?
|
|
|
|
#### Neovim
|
|
|
|
- More cool plugins :)
|
|
- dropdown autocomplete
|
|
- https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#yamlls
|