sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo apt-get update
sudo apt-get install sublime-text-installer
run /opt/sublime_text/sublime_text
or sudo ln -s /opt/sublime_text/sublime_text /usr/local/bin/subl
with ubuntu bash on Windows 10 and Xming:
DISPLAY=:0 /opt/sublime_text/sublime_text
remove:
sudo apt-get remove sublime-text-installer
file manager:
sudo apt-get install PCManFM
DISPLAY=:0 pcmanfm
Hi thanks for this nice little tutorial on how to setup sublime text to work for those using the Ubuntu Distro on Windows. I was wondering if anyone is getting an error where when they execute the "subl fileName.txt" that the file will be opened in Sublime Text but blank with all the original content not there?