From 291f8fbd73749849eba177760f47c1e095ab5b60 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Tue, 31 May 2022 16:38:12 -0700 Subject: [PATCH] updated thinkorswim --- aliases | 2 +- updates.txt | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/aliases b/aliases index d8155fd3..4837ccac 100644 --- a/aliases +++ b/aliases @@ -158,7 +158,7 @@ alias {odysee,lbry}="ytfzf -c O --features=subtitles" alias {ptube,peertube}="ytfzf -c P --features=subtitles" alias ytdl="yt-dlp -f mp4" alias ytdl-a="yt-dlp -x --audio-format mp3" -alias thinkorswim="~/thinkorswim/thinkorswim &" +alias thinkorswim="cd /home/brian/thinkorswim && java -jar launcher.jar && cd" alias {cl,cls}="clear" alias shutdown="shutdown.sh" alias reboot="reboot.sh" diff --git a/updates.txt b/updates.txt index e005cb50..83638426 100644 --- a/updates.txt +++ b/updates.txt @@ -57,3 +57,30 @@ doas pip uninstall autotiling && doas pacman -Rs i3-gaps i3status And copy the urls from newsboat to ~/.newsboat cp ~/Documents/notes/newsboat/urls ~/.newsboat/ + +Update thinkorswim + +go to +https://www.tdameritrade.com/tools-and-platforms/thinkorswim/desktop/download.html + +And at the bottom you will notice new Linux instructions for installation. In your downloads folder use wget to install the program. + +wget "https://mediaserver.thinkorswim.com/installer/InstFiles/thinkorswim.zip" + +unzip the file + +unzip thinkorswim.zip + +This requires Java 11 or higher, so uncomment the pacman.conf IgnorePkg section for openjdk and update it using paru. + +paru + +Then from your Downloads folder, chmod +x the launcher.jar file so it can be executed. + +copy the entirety of the thinkorswim folder to /home/brian/thinkorswim + +cp -r Downloads /home/brian/thinkorswim + +I have already aliased the program to thinkorswim in our aliases, but in case you need to test it, you MUST be inside the thinkorswim folder, from there you can use the java command to execute the launcher.jar as such: + +java -jar launcher.jar