Skip to content

len0xx/debian-12-de

Repository files navigation

Debian 12 Desktop Environment

A set of scripts to automate the setup of fresh debian installation

Usage

  1. Install common utilities (such as git, gcc, make, vim, etc.)
sudo ./install-apt.sh
  1. Install Docker
./install-docker.sh

Note: You have to log out and log back in to use docker

  1. Install node.js
./install-node.sh
  1. Install Deno
./install-deno.sh

Note: Don't forget to apply the updated path: source ~/.bashrc

  1. Install Neovim
./install-nvim.sh

Note: Don't forget to apply the updated path: source ~/.bashrc

5.1 Set up Neovim (Install configs, plugins, dependencies, etc.)

./setup-nvim.sh
  1. Install Tmux
./install-tmux.sh

6.1 Set up Tmux (Install configs, plugins, dependencies, etc.)

./setup-tmux.sh

Releases

No releases published

Languages