My dotfiles manager.
- Neovim (as a fully featured IDE) + tmux + rust useful CLIs
sudo apt install -y curl
bash <(curl -sSL https://raw.githubusercontent.com/zegabr/dotfiles/main/scripts/scripts/installers/setup_ssh.sh)
For additional ssh key setup (useful for multiple ssh keys in same computer, i.e. personal and work)
bash <(curl -sSL https://raw.githubusercontent.com/zegabr/dotfiles/main/scripts/scripts/installers/add_ssh_key.sh)
bash <(curl -sSL https://raw.githubusercontent.com/zegabr/dotfiles/main/scripts/scripts/setup/core.sh)
bash <(curl -sSL https://raw.githubusercontent.com/zegabr/dotfiles/main/scripts/scripts/setup/wsl.sh)
bash <(curl -sSL https://raw.githubusercontent.com/zegabr/dotfiles/main/scripts/scripts/setup/macos_core.sh)
- should reassign 'print to flameshot' and 'diodon' to custom shortcut
sudo curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash
source <(curl -sSL https://raw.githubusercontent.com/zegabr/dotfiles/main/scripts/scripts/installers/install_rust_tools.sh)