Initial commit

This commit is contained in:
Alexander Gehrke 2019-09-30 14:49:14 +02:00
commit cefd40b6dc
31 changed files with 1028 additions and 0 deletions

6
bin/idea Executable file
View file

@ -0,0 +1,6 @@
#!/bin/zsh
unset JAVA_HOME
source /etc/profile.d/11_oracle-jdk.sh
export IBUS_ENABLE_SYNC_MODE=1
export XMODIFIERS=""
exec $(ls ${XDG_DATA_HOME:-~/.local/share}/idea-IU-*/bin/idea.sh | sort | tail -n 1)