
- #If i install linux on mac will i lose everything install
- #If i install linux on mac will i lose everything update
#If i install linux on mac will i lose everything install
as second-factor for all admin/sudo tasksįor this I need to install several packages: sudo apt install -y yubikey-manager yubikey-personalization # some common packages. Either way, afterwards, one needs to add the file containing your key, usually id_rsa or id_ed25519, to the ssh-agent: eval "$(ssh-agent -s)" #works in bashĭon’t forget to add your public key to GitHub, Gitlab, Servers, etc. If I want to create a new SSH key, I run e.g.: ssh-keygen -t ed25519 -C "popos-on-precision" Particularly, I use Bitwarden for all my passwords. I use Firefox and like to keep my bookmarks and extensions in sync. Sudo rsync -avuP $BACKUP/.local/share/applications ~/.local/share/ Sudo rsync -avuP $BACKUP/.config/Nextcloud ~/.config/ I mount my luks encrypted backup storage drive using nautilus and use rsync to copy over my files and important configuration scripts: export rsync -avuP $BACKUP/Pictures ~/ Anyways, for me the most important step is to check in “Settings-Privacy-Thunderbolt”, whether the Thunderbolt dock works, so I can rearrange my monitors in “monitor settings”. I noticed that sometimes I just need to plug the USB-C cable in and out a couple of times to make it work (there seems to be a loose contact). I use a Thunderbolt Dock (DELL TB16 or Anker PowerExpand Elite 13-in-1 or builtin into my LG 38 curved monitor), which is great but also a bit tricky to set up (see Dell TB16 Archwiki). Get Thunderbolt Dock to work and adjust monitors Switching Graphics in Pop!_OS is easy: either use the provided extension and restart or run sudo system76-power graphics hybrid
#If i install linux on mac will i lose everything update
Install updates and reboot sudo apt update Then reopen “languages” and update these. In Region Settings open “Manage Installed Languages”, do not update these, but first remove the unnecessary ones.
I am living in Germany, so I adapt my locales: sudo sed -i 's| /etc/apt//system.sources
Basic Steps Set hostnameīy default my machine is called pop-os hence, I rename it for better accessability on the network: hostnamectl set-hostname precisionĬhange the mirror for getting updates, set locales, get rid of unnecessary languages which settings I choose and which apps I install and use. In the following I will go through my post installation steps, i.e. Please feel free to raise any comments or issues on the website’s Github repository.