Compare commits
No commits in common. "4c9f4e8f1b2f41704b061a5f6188b2e9b35e8391" and "9af86ebe5045bc3c632d2e875a37c4bb83ec2b69" have entirely different histories.
4c9f4e8f1b
...
9af86ebe50
2 changed files with 2 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
apps+=(
|
||||
["Android Studio"]="source ${HOME}/.bashrc.d/programs.d/sdkman.sh;android-studio"
|
||||
["Android Studio"]="android-studio"
|
||||
["Bytecode Viewer"]="bytecodeviewer"
|
||||
["IntelliJ IDEA"]="source ${HOME}/.bashrc.d/programs.d/sdkman.sh;idea"
|
||||
["VisualVM"]="source ${HOME}/.bashrc.d/programs.d/sdkman.sh;visualvm"
|
||||
["IntelliJ IDEA"]="idea"
|
||||
["Godot Engine (native)"]="godot"
|
||||
["Godot Engine 4"]="flatpak run org.godotengine.Godot"
|
||||
["Godot Engine 3"]="flatpak run org.godotengine.Godot3"
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
env = GTK_THEME,Breeze-Dark
|
Loading…
Reference in a new issue