https://github.com/dynnian/jetbrains-toolbox-install
Just an installer shell script for the Jetbrains Toolbox App in Linux
https://github.com/dynnian/jetbrains-toolbox-install
bash bash-script install-script jetbrains-ides jetbrains-toolbox shell-script
Last synced: about 2 months ago
JSON representation
Just an installer shell script for the Jetbrains Toolbox App in Linux
- Host: GitHub
- URL: https://github.com/dynnian/jetbrains-toolbox-install
- Owner: dynnian
- License: mit
- Created: 2025-02-12T16:17:08.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-02-12T16:19:56.000Z (3 months ago)
- Last Synced: 2025-02-12T17:21:42.226Z (3 months ago)
- Topics: bash, bash-script, install-script, jetbrains-ides, jetbrains-toolbox, shell-script
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jetbrains-toolbox-install
This is an installer for the [JetBrains Toolbox App](https://www.jetbrains.com/toolbox-app/).
## How it works
This installer automates the following steps:
1. Download the latest AppImage release from the Toolbox App web page.
2. Extract the `jetbrains-toolbox` binary to `~/.local/share/JetBrains/Toolbox/bin`
3. Creates a symbolic link in the `~/.local/bin` directory(Adding the shim directory to `PATH`, creating a `.desktop` entry and setting-up autostart is done automatically by Toolbox itself.)
## Usage
JetBrains Toolbox is packaged as an AppImage, which needs some system dependencies. Most modern Linux distros have them pre-installed, but if you encounter trouble, ensure you have the following: `libfuse2 libxi6 libxrender1 libxtst6 mesa-utils libfontconfig libgtk-3-bin tar`.
Run the following command to install JetBrains Toolbox. This command requires that you have `curl` and `wget`.
`curl -fsSL https://raw.githubusercontent.com/nagygergo/jetbrains-toolbox-install/master/jetbrains-toolbox.sh | bash`Alternatively, you can download the `jetbrains-toolbox.sh` file from this repository and run it.
Afterwards you may run the `jetbrains-toolbox` command and select which product and version you want to install. Installed IDEs will be available as commands in your `PATH`, eg. `pycharm`.
## Contributors
- Gergely Nagy (@nagygergo)
- @eightseventhreethree
- Daniel Ziegenberg (@ziegenberg)
- Adam Tunnic (@Doregon)
- Jan Pokorný (@JanPokorny)