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

27 lines
963 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-27 22:18:33 +00:00
- Cool neovim setup
- thunderbird config
- some kind of tag setup with: bootstrap, update etc
2023-01-07 20:45:43 +00:00
- i3 app shortcuts
- terminal font
- default git branch master
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...