This is my Linux (Debian) setup which includes tmux, bashrc, vim, neovim and other essential software for day-to-day workflow
install.sh will automatically download the softwares and install configurations into the correct directory
Usage:
git clone [email protected]:JasonChow320/dot_config_lol.git
cd dot_config_lol
./install.sh
If you would like to manually install each software and configuration, below is the list of setup you need to install alongside with the configuration
- read the
sudo apt install
in install.sh to find the dependencies needed
- read nvim/README.md for more information
- install neovim v0.8 or above (https://github.com/neovim/neovim/releases)
- JetBrainsMonoNL Nerd Font Mono Medium
- MonoSpace
- https://snapcraft.io/install/mdview/ubuntu
- sudo snap install mdview
ssh-keygen -b 4096 -t rsa
sudo snap refresh
snap-store --quit && sudo snap refresh snap-store
sudo apt-get update
sudo apt-get dist-upgrade