Last active
December 9, 2021 15:12
-
-
Save FOLLGAD/fdd32a8707fa755adad3642eca92f2e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt update && sudo apt upgrade | |
| sudo apt -y install mpv | |
| sudo apt -y install git | |
| sudo apt -y install syncthing | |
| sudo apt -y install transmission-daemon | |
| sudo apt -y install firefox | |
| sudo add-apt-repository ppa:neovim-ppa/unstable | |
| sudo apt -y install neovim | |
| sudo apt -y install fd-find | |
| sudo apt -y install ripgrep | |
| sudo apt -y install zsh | |
| mkdir -p ~/.local/share/fonts | |
| cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf | |
| sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | |
| git clone https://github.com/FOLLGAD/dotfiles.git | |
| sudo apt -y install openssh-server | |
| sudo ufw allow ssh | |
| echo "add ur keys to .ssh/authorized_keys" | |
| echo "and edit /etc/ssh/sshd_config" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment