summaryrefslogtreecommitdiffstats
path: root/linux/bin/erzeuge_installation/erzeuge.installation
diff options
context:
space:
mode:
authorpascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-12-24 14:53:51 +0000
committerpascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-12-24 14:53:51 +0000
commitaba335af474a5e4d65c6a48ae92219171b7970fb (patch)
tree6909604caa579de1d520783ce4e958d4f4929e22 /linux/bin/erzeuge_installation/erzeuge.installation
parent058a5ac7a54131e16f864c63ef490c0f26a3ff0a (diff)
Skript, um das Installationsskript ›installiere_neo‹ zu erstellen
git-svn-id: https://svn.neo-layout.org@1324 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux/bin/erzeuge_installation/erzeuge.installation')
-rwxr-xr-xlinux/bin/erzeuge_installation/erzeuge.installation27
1 files changed, 27 insertions, 0 deletions
diff --git a/linux/bin/erzeuge_installation/erzeuge.installation b/linux/bin/erzeuge_installation/erzeuge.installation
new file mode 100755
index 0000000..8209697
--- /dev/null
+++ b/linux/bin/erzeuge_installation/erzeuge.installation
@@ -0,0 +1,27 @@
+cat installation.1
+echo "#neo: xmodmap --- Beginn"
+cat ~/neo/svn-Arbeitsverzeichnis/neo/linux/xmodmap/neo_de.xmodmap
+echo "#neo: xmodmap --- Ende"
+echo "#neo: console --- Beginn"
+cat ~/neo/svn-Arbeitsverzeichnis/neo/linux/console/neo.map
+echo "#neo: console --- Ende"
+echo "#neo: asdf --- Beginn"
+cat ~/neo/svn-Arbeitsverzeichnis/neo/linux/bin/asdf
+echo "#neo: asdf --- Ende"
+echo "#neo: uiae --- Beginn"
+cat ~/neo/svn-Arbeitsverzeichnis/neo/linux/bin/uiae
+echo "#neo: uiae --- Ende"
+echo "#neo: neorc --- Beginn"
+cat ~/neo/svn-Arbeitsverzeichnis/neo/linux/bin/erzeuge_installation/neo.conf.installation
+echo "#neo: neorc --- Ende"
+echo "#neo: profile.neo --- Beginn"
+echo
+echo "# NEO:"
+echo "asdf # mit einem # am Zeilenanfang bleibt QWERTZ das Standardlayout, sonst ist es NEO"
+echo "#neo: profile.neo --- Ende"
+echo "#neo: profile.qwertz --- Beginn"
+echo
+echo "# NEO:"
+echo "# asdf # mit einem # am Zeilenanfang bleibt QWERTZ das Standardlayout, sonst ist es NEO"
+echo "#neo: profile.qwertz --- Ende"
+echo