Skip to content

Instantly share code, notes, and snippets.

@djmango
Last active July 18, 2024 00:53
Show Gist options
  • Save djmango/cff2b5db2efaee0066f84b875dab6e5e to your computer and use it in GitHub Desktop.
Save djmango/cff2b5db2efaee0066f84b875dab6e5e to your computer and use it in GitHub Desktop.
script to install my basic stuff on servers
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl -s https://install.zerotier.com | sudo bash
bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/master/utils/installer/install.sh)
curl -o config.lua https://gist.githubusercontent.com/djmango/b44a651a4966662cb1fcd7f04289a2ca/raw/1110f2d66dc7a499587ebb09bdcf08027ac92b46/config.lua
curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh
echo 'eval "$(atuin init zsh)"' >> ~/.zshrc
echo 'eval "$(atuin init bash)"' >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment