22 lines
769 B
Markdown
22 lines
769 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
|
|
- firefox config? extensions? host own synchronizer?
|
|
- Smart script to manage screens: if external screen is connected, only show on that screen. Otherwise, show on laptop screen.
|
|
- drop-in includement of bashrc parts
|
|
|
|
#### Neovim
|
|
|
|
- More cool plugins :)
|
|
- dropdown autocomplete
|
|
- https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#yamlls
|