This repository has been archived on 2024-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
setup/README.md

28 lines
962 B
Markdown
Raw Normal View History

2022-11-25 22:44:10 +00:00
# Personal Linux Setup
## Before installing
2022-12-15 17:25:23 +00:00
- Put asymmetric key pair in ~/.ssh
2022-11-25 22:44:10 +00:00
- Install git
- Install Ansible: https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html
## TODO
2022-11-27 13:30:48 +00:00
- Telegram (maybe only possible to download)
2022-11-26 16:33:21 +00:00
- Oh my zsh?
2022-11-27 22:18:33 +00:00
- Cool neovim setup
2022-12-15 17:25:23 +00:00
- fuzzy find
- thunderbird config
- some kind of tag setup with: bootstrap, update etc
2022-12-19 22:27:26 +00:00
- sync music collection
- nicotine+
Would like Ansible Vault to check in keypair for syncthing.
However, then I would need a password to unlock the vault.
As it is publicly available, password needs to be long and strong.
I can just put it in my keepass, but can be annoying to copy every time.
Therefore, I could make this available using Secret Service and write a script to fetch it.
However, keepass cannot run secret service as Ubuntu already runs one.
But if I disable that, my SSH agent does not work anymore.
As an intermediate solution, I can just put the password in keepass...