- First create a SSH-keypair with these instructions
After setting SSH keys, run:
curl https://raw.githubusercontent.com/ohtohalla/fedora-install/main/install.sh --output install.sh
curl https://raw.githubusercontent.com/ohtohalla/fedora-install/main/package.list --output package.list
chmod +x install.sh
sudo ./install.sh
You can then manage your dotfiles with the config
command (and it works like git)
After the initial setup you need to:
- Theme the install (optional)
- Install Iosevka fonts manually after the initial setup (optional)
Should you only want to download the dots, you can do so by running
rm ~/.zshrc
rm -rf ~/.dots
curl https://raw.githubusercontent.com/ohtohalla/fedora-install/main/install-dots.sh --output install-dots.sh
chmod +x install-dots.sh
./install-dots.sh
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting