/i3buntu

I3wm + Ubuntu 20.04 server without any less usefull packages

Primary LanguageShell

I3buntu - ( Ubuntu server + I3wm )

In this project, you can install i3 from the Ubuntu server without installing anything that you don't need.

Still Under development: For using these types of projects, you should know Linux and bash enough to edit them based on your needs.

screenshot

Requirements

  • Ubuntu server 20.04
  • An internet connection.

Default Ubuntu packages

The standard Ubuntu distribution comes pre-installed with several standard packages. This project tries to determine what packages allow for the desired Ubuntu setup to be made.

Installation

1. Download and install Ubuntu Server

Go to the Ubuntu website and download ubuntu server 20.04 https://ubuntu.com/ then install it.

2. Download and prepare the i3buntu installation files

clone project

3. Install i3buntu

Now type the following in the terminal:

cd i3buntu
sudo chmod +x run.sh
sudo ./run.sh

Todo

  • BUG: Ethernet network not showing on Network Manager but still working ( disable netplan and make ethernet visible on Network Manager https://docs.ubuntu.com/core/en/stacks/network/network-manager/docs/)
  • Secret folder to save ssh key, AWS key and so on
  • Separate custom apps from the core
  • Organize the core
  • Common hosts shortkey for ssh
  • ...