Skip to content

Commit

Permalink
Удалено: JetBrains, Добавлено: Toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
fiersik committed Jan 24, 2024
1 parent 00358e8 commit ef2273f
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ export default defineConfig({
{ text: 'Git', link: '/git' },
{ text: 'GitHub Desktop', link: '/github-desktop' },
{ text: 'GnomeSoftware', link: '/gnome-software' },
{ text: 'JetBrains', link: '/jetbrains'},
{ text: 'Libreoffice', link: '/libreoffice' },
{ text: 'Loupe', link: '/loupe' },
{ text: 'Lunacy', link: '/lunacy' },
Expand All @@ -143,6 +142,7 @@ export default defineConfig({
{ text: 'Steam', link: '/steam' },
{ text: 'Telegram', link: '/telegram' },
{ text: 'Thunderbird', link: 'thunderbird'},
{ text: 'Toolbox', link: '/toolbox' },
{ text: 'Totem', link: '/totem' },
{ text: 'Transmission', link: '/transmission' },
{ text: 'Viber', link: '/viber' },
Expand Down
13 changes: 0 additions & 13 deletions docs/apps/jetbrains.md

This file was deleted.

37 changes: 37 additions & 0 deletions docs/apps/toolbox.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Toolbox

Toolbox — это приложение от компании JetBrains, предназначенное для управления инструментами и продуктами разработки, созданными этой компанией.

## Установка с официального сайта

### Устанавливаем архив:
```shell
cd ~/Загрузки
wget https://download.jetbrains.com/toolbox/jetbrains-toolbox-2.1.3.18901.tar.gz
```

### Разархивируем:
```shell
tar zxvf jetbrains-toolbox-2.1.3.18901.tar.gz
cd jetbrains-toolbox-2.1.3.18901
```

### Делаем исполняемым и запускаем:
```shell
chmod +x jetbrains-toolbox
./jetbrains-toolbox
```

:::info
После первого запуска приложение Toolbox клонирует себя в директорию `~/.local/share/JetBrains/`, поэтому загруженный файл можно удалить.
:::

## Установка IDE

### Открываем Toolbox:

![Toolbox](/toolbox/toolbox_1.png)

### Выбираем нужную IDE и нажимаем установить:

![Toolbox](/toolbox/toolbox_2.png)
Binary file removed docs/public/jetbrains/jetbrains_1.gif
Binary file not shown.
Binary file added docs/public/toolbox/toolbox_1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/toolbox/toolbox_2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ef2273f

Please sign in to comment.