-
-
1 week agoMade many changes in the last few weeks, talking about the most important parts here.
-
-
2 months, 2 weeks agoI just finished making a dark mode that you can switch on and off, but that also follows your preferences first time you come on the website
-
-
5 months, 2 weeks agoFixed a few bugs, updated themes, more.
-
6 months, 4 weeks agoSo this is just a post talking about changes made in the last few days because I worked a lot without making an update post
Content
Extraterm
Installation
https://extraterm.org/ Find what you need the point of this tutorial is for after the installation.
Install WSL, bash, etc
https://itsfoss.com/install-bash-on-windows/ just follow this tutorial, you don’t need the WSL 2 if you don’t want it.
Make the use of both
Create a new bash session type in Extraterm
Open a bash session
Execute sudo nano /bin/ec.sh
and add . "/mnt/c/Program Files/Extraterm/resources/app/extraterm/src/commands/setup_extraterm_bash.sh"
in it.
You can then execute “. ec.sh” anywhere and it’ll start the extraterm bash things.
Adding an alias
You could add an alias for the first big command but I prefer it that way.
execute nano ~/.bash_aliases
.
Add alias ec=". ec.sh"
in it.
and then execute source ~/.bashrc
.
Comments
Please Log in to leave a comment.
No comments yet.