Skip to content

s3h4n/Aligator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aligator 🐊

Post-Installation script for Ubuntu / Pop OS. I made this program to install most of my favourite Linux packages easily.

  • This will change your current shell to Fish shell.
  • This will change your current shell prompt to Starship.
  • This will change your current terminal to Kitty.
  • This will also install several other applications/tools.

Whats New ? 🚀

30.01.2022

Program was re-structured and re-wrote in python. Now its easier to navigate and change as you need.

  • Removed auto theme installing feature.
  • Added few new packages.
    • Neovim
    • VimPlugin
    • NPM
    • NodeJS
    • JDK and JRE (Java)
    • MPV media player
    • OBS studio
    • Kitty terminal
  • New application UI.
  • Kitty terminal replaced with alacritty.

Installation ✨

Clone this repository.

git clone https://github.com/s3h4n/Aligator.git

Install using Python. (Version 3.6+ Required)

python3 -m install Aligator

Contributing 🤝

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.