Skip to content

DanielAtKrypton/debian-dev-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 

Repository files navigation

Debian/Ubuntu Development Boilerplate

Build Status

Stack

  • Oh my zsh. Your terminal never felt this good before.
  • Powerlevel10k. Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility and out-of-the-box experience.
  • Antigen. A plugin manager for zsh, inspired by oh-my-zsh and vundle.

Requirements

Make sure you have a fresh Debian or Ubuntu installation to proceed. If your distro is running on WSL, make sure you have successfully set WSL2 with the following command on Powershell:

wsl --set-version <distro_name> 2

where <distro_name> is either Debian or Ubuntu accordingly.

Installation

To install the boilerplate, issue the following one liner command in the bash shell.

sudo apt update && yes | sudo apt install wget && yes | sh -c "$(wget -O- https://github.com/DanielAtKrypton/debian-dev-boilerplate/raw/master/src/install_script.sh)"

Preinstalled Oh my zsh plugins

There are many more available here.

The recommended way to add a plugin is editing .antigenrc file.

Update

To update the whole stack, enter the following commands in the bash shell:

sudo apt-get update
sudo apt-get install zsh-antigen
antigen update

About

Boilerplate for software development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages