diff --git a/README.md b/README.md index d4ce496..3f90199 100755 --- a/README.md +++ b/README.md @@ -1,16 +1,15 @@ -Kuso IDE -======== -If you love **GNU/Emacs**, If you love to program in an editor instead of big slow IDE but still enjoy to have a handy code editor then Kuso IDE is the right choice for you. +Future Gadgets 42 +================= +If you love **GNU/Emacs**, If you love to program in an editor instead of big slow IDE but still enjoy to +have a handy code editor then **FG42** is the right choice for you. Dependencies ============ -Kuso IDE required these softwares: +FG42 required these softwares: + +* GNU Emacs >= 25 -* GNU Emacs >= 24.3 -* texinfo -* git (If you want to install or update packages via `el-get`) -* bzr (If you want to install or update packages via `el-get`) Python dependencies (kuso-python plugin) ---------------------------------------- @@ -40,25 +39,24 @@ CSS dependencies Installation ============ -Just run `install.sh` script in its directory like this: +Just clone the repository and run the `fg42` script. -```bash -$ ./install.sh -``` +Enjoy using **FG42** ;) -and answer to questions which installer will ask you. That's it. - -Enjoy using **Kuso IDE** ;) +what's with the name? +===================== +I'm a huge fan of [Steins Gate](https://en.wikipedia.org/wiki/Steins;Gate) anime and I follow its +naming convensions on **Future Gadgets 42**. License ======= - Kuso IDE is free software; you can redistribute it and/or modify + FG42 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. - Kuso IDE is distributed in the hope that it will be useful, + FG42 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. @@ -67,7 +65,7 @@ GNU General Public License for more details. with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - All the documents of Kuso IDE that locate in 'doc' directories release + All the documents of FG42 that locate in 'doc' directories release under the term of GNU FDL. -Copyright (C) 2010-2014 Sameer Rahmani +Copyright (C) 2010-2015 Sameer Rahmani diff --git a/fg42 b/fg42 index adb8dc2..b4b7bf8 100755 --- a/fg42 +++ b/fg42 @@ -1,4 +1,7 @@ #! /bin/sh -#cask exec emacs -Q --no-splash --name FG42 --title FG42 -q -l /home/lxsameer/src/FG42/FG42/fg42-config.el "$@" -emacs --name FG42 -Q -q --no-splash --title FG42 -l /home/lxsameer/src/FG42/FG42/fg42-config.el "$@" +#export FG42_HOME=--PATH-- +export FG42_HOME=$HOME/src/FG42/FG42 + +#emacs -Q --no-splash --name FG42 --title FG42 -q -l --PATH--/fg42-config.el "$@" +emacs --name FG42 -Q -q --no-splash --title FG42 -l $FG42_HOME/fg42-config.el "$@" diff --git a/fg42-config.el b/fg42-config.el index f31611a..1ce4deb 100644 --- a/fg42-config.el +++ b/fg42-config.el @@ -1,4 +1,4 @@ -(add-to-list 'load-path "./lib") +(add-to-list 'load-path (concat (getenv "FG42_HOME") "/lib")) (toggle-debug-on-error) (require 'fg42) diff --git a/share/applications/Kuso.desktop b/share/applications/fg42.desktop similarity index 75% rename from share/applications/Kuso.desktop rename to share/applications/fg42.desktop index 61e5215..fc6779d 100644 --- a/share/applications/Kuso.desktop +++ b/share/applications/fg42.desktop @@ -1,13 +1,13 @@ [Desktop Entry] Encoding=UTF-8 -Name=Kuso -GenericName=Kuso IDE +Name=FG42 +GenericName=FG42 Comment=An Emacs base IDE for emacs lovers. MimeType=text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-java;application/x-shellscript;text/x-c;text/x-c++;text/x-ruby;text/x-python; Type=Application Terminal=false Categories=Development;TextEditor; -StartupWMClass=Kuso -Exec=--PATH--/kuso %F +StartupWMClass=FG42 +Exec=--PATH--/fg42 %F Icon=kuso Version=--VERSION-- \ No newline at end of file