This repo contains a simple scripts to install and configure a very cool desktop enviroment without need to know how to create or configure shell scripts.
This program uses different apps and repositories to maximize the user experience.
bspwm
andsxhkd
: Like our windows manager.kitty
: Like our terminal emulator.feh
: To set a wallpaper.polybar
: Like our status bar.picom
: To set transparency and personlity to bspwm.ranger
: As our file manager in terminal.
- Isovaka Nerd Font
- Hack Nerd Font
- Feather font.
Note: To install this dektop enviroment no need to install any dependencies or some other programs, this script will do everything for you, just relax.
Follow the steps bellow to install this desktop enviroment on your system.
git clone https://github.com/GFrancV/dotfiles
cd dotfiles
./setup.sh
****************************************
Starting the Configuration
****************************************
Installation wizard. For more information read README.MD file.
Select a option configuration for your Linux.
1. Basic instalattion
2. Theme selector
Select one option:
-
With option 1 the installation will start, all the necessary programs, their settings and all their dependencies will be installed.
-
With option 2 you can switch between themes at any time even after the installation has been completed.
Note: For use the option 2 you must have installed and configured all the programs before.
****************************************
Select theme to install
****************************************
Theme selector
For more information about themes you can view the previews in the README.MD files or on preview folder.
Which theme you want to install?
1. Purple Theme
2. Blue Theme
Select one option:
Before the instalation of the necessary programs we need to choose which theme we want to install (purple or blue), for this you can view the section Available themes.
By default the emulator terminal used in this desktop enviroment is Kitty (All the config files are to kitty terminal) despite that the config-files folder has a configuration file to use Alacritty.
First to install this theme in Debian we need to install sudo
, to enable sudo commands on Debian+11 add this command in /etc/sudoers
:
{USERNAME} ALL=(ALL:ALL) ALL
Note: Replace the section 'USERNAME' with your userneme.
For the creation of this script external repositories were used to improve the appearance of the final result. Those repositories are:
I recommend visiting these repos to see their documentation and have more unique customization.