Skip to content

RestlessByte/appImageOpenForLinux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘¨πŸΌβ€πŸ’» Author script: RestlessByte

🐧 Tools for Linux Installation [Automated installation]

πŸ” Installation

πŸ˜Άβ€πŸŒ«οΈ Clone repository in /home [WORKER FOLDER]

cd /home/$USER
git clone git@github.com:RestlessByte/appImageOpenForLinux.git
cat <<EOF >> ~/.bashrc
appImageOpen() {
    path="$(pwd)"
    bash "/home/$USER/appImageOpenForLinux/appimage-launcher.sh"
    cd "$path"
}
EOF
source ~/.bashrc
tools

πŸš€ Usage

Example using

git clone git@github.com:RestlessByte/RestlessByte-Dev-ToolsInstallationForLinux.git
alias installTools='bash /home/$USER/toolsForLinuxInstallation/installation.sh'
source ~/.bashrc
installTools

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages