933 B
933 B
Personal Linux Setup
Before installing
- Put assymetric key pair in ~/.ssh
- Install git
- Install Ansible: https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html
TODO
- nextcloud (could automatically add directory but difficult)
- Telegram (maybe only possible to download)
- Oh my zsh?
- Cool neovim setup
- syncthing config
- strawberry
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...