Skip to content

🛡 Simple bash script that can be used to set up your new ubuntu system.

Notifications You must be signed in to change notification settings

kartanusdev/kartanus-post-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚔️ KARTANUS-POST-INSTALL

I constantly make changes to my operating system. About last months I have tried arch, manjaro, ubuntu, mint, and a few other distributions. So I decided to do a "recovery" tool writted as a single script (bash). And this is what I got. I'd also like to mention that this script is under development so it may crash and throw errors. I am a web developer so this is kind of a "new world" for me.

SECTION 1: INSTALL

To start running this script first of all you need to install git, and after that clone this repository in your home path (~/). Here you have the commands:

# Install git
sudo apt-get install git -y

# Clone this directory. You must be in ~/ path
cd ~/
git clone https://github.com/kartanusdev/kartanus-post-install

# In case you cloned the repository in a different directory, you can use this command:
mv kartanus-post-install ~/kartanus-post-install

# Move to directory and give permissions to execute
cd ~/kartanus-post-install
sudo chmod +777 install.sh

# Run
./install.sh

SECTION 2: RUN THE SCRIPT

Now in your terminal you will see a message asking for your username, if you don't remember, put the next command in your terminal:

# Let's check our username
echo $USER

At this point the script is running and we just need to wait. In some cases, you will see a prompt asking about an installation confirmation. Just put "ok" or "y", it depends on the situation.

SECTION 3: CUSTOMIZATION

Now after installing completely, it's time to modify our UI. For that, we need to open our applications and search for "Tweaks", if you have your system in spanish it could appear as "Retoques". We'll see something like this:

Here we could see diferents options for customize our gnome appearance. By the way, inside this recovery tool I already installed my personal theme, that your welcome to use. PD: I recommend you to follow the example in the table below.

Section File
Applications Parcatheme
Cursor Parcacursor
Icons WhiteSur-red-dark

After all, to activate our shell customization, we just need to search "Extensions" or "Extensiones" and activate the user-themes extension (https://extensions.gnome.org/extension/19/user-themes/). PD: If installation doesn't work, please restart your machine!

At this point we select "Parcatheme" on Shell layer inside "Appearance" section and we finish :)

About

🛡 Simple bash script that can be used to set up your new ubuntu system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages