- My ansible playbooks to setup my personal workstations
- My dotfiles for ricing linux machine
-
install curl
-
launch the following command
sudo curl -SL https://raw.githubusercontent.com/H-ADJI/.dotfiles/master/install.sh | sh
- Install zen browser via flatpak
- Install sync browser profile
- Initialize transcrypt using
transcrypt -y -p {SUPER-SECURE-PASSWORD}
- Setup ssh key permission for ssh-agent using :
chmod 600 {SSH_PRIVATE_KEY}
- Add ssh key to ssh-agent using
ssh-add {SSH_PRIVATE_KEY}
- Apply docker post install setup here