Mindmapping
Erscheinungsbild
	
	
Installation von Freemind
- Download: https://sourceforge.net/projects/freemind/files/latest/download
 - Download prüfen: sha1sum <DATEINAME>
 - mkdir -p ~/bin/freemind-bin
 - cd ~/bin/freemind-bin
 - unzip ~/Downloads/<DATEINAME>
 - ln -s ~/bin/freemind-bin/freemind.sh ~/bin/freemind
 - chmod +x ~/bin/freemind-bin/freemind.sh
 - echo $PATH
 - echo "export PATH=$PATH:~/bin" >> ~/.bashrc
 - source ~/.bashrc