From 7e2c2635d1bb993dc4ce67f7c81c760a9a1503d9 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Fri, 10 Apr 2020 19:17:55 +0200 Subject: [PATCH] adding structural READMEs --- README.md | 8 ++++++++ arch-linux/#CONTENT.md | 4 ---- arch-linux/README.md | 10 ++++++++++ arch-linux/applications/README.md | 11 +++++++++++ arch-linux/devices/README.md | 7 +++++++ docker/{#CONTENT.md => README.md} | 2 +- 6 files changed, 37 insertions(+), 5 deletions(-) create mode 100644 README.md delete mode 100644 arch-linux/#CONTENT.md create mode 100644 arch-linux/README.md create mode 100644 arch-linux/applications/README.md create mode 100644 arch-linux/devices/README.md rename docker/{#CONTENT.md => README.md} (98%) diff --git a/README.md b/README.md new file mode 100644 index 0000000..d398eb1 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Wiki + +This is a repository for guides and tips for using various software, operating system and tech related stuff. + +| File/Folder | Description | +| --------------- | ---------------------------------------------------------------- | +| arch-linux | guides on setup and recommended software for arch linux | +| docker | various setup and rebuild scripts and guides for used containers | diff --git a/arch-linux/#CONTENT.md b/arch-linux/#CONTENT.md deleted file mode 100644 index bb6c586..0000000 --- a/arch-linux/#CONTENT.md +++ /dev/null @@ -1,4 +0,0 @@ -# Arch Linux -These markdown entries are some guides i am using personally for installing the base system. -There are some additional software recommendations aswell. -Due to my personal preference most of them are commandline applications. diff --git a/arch-linux/README.md b/arch-linux/README.md new file mode 100644 index 0000000..d46128b --- /dev/null +++ b/arch-linux/README.md @@ -0,0 +1,10 @@ +# Arch Linux +These markdown entries are some guides i am using personally for installing the base system. +There are some additional software recommendations aswell. +Due to my personal preference most of them are commandline applications. + +| File/Folder | Description | +| --------------- | ------------------------------------------------------- | +| applications | Various software recommendations and setups | +| devices | Arch Linux setup for special devices | +| installation.md | This is a guide on my go to installation for Arch Linux | diff --git a/arch-linux/applications/README.md b/arch-linux/applications/README.md new file mode 100644 index 0000000..f4dd2bc --- /dev/null +++ b/arch-linux/applications/README.md @@ -0,0 +1,11 @@ +# Applications + +These are guides on how to set up and configure special programs for Arch Linux, but could be translatable to other ones aswell. + +| File/Folder | Description | +| ------------------- | ------------------------------------------------------------------------------------- | +| calendar.md | My favourite calendar program setup and configuration | +| contacts.md | My favourite contacts program setup and configuration | +| mail.md | My favourite mail program setup and configuration | +| tablecalculation.md | My favourite tablecalculation program setup and configuration | +| wine.md | My favourite way to run windows programs and games with basic setup and configuration | diff --git a/arch-linux/devices/README.md b/arch-linux/devices/README.md new file mode 100644 index 0000000..a8f96e0 --- /dev/null +++ b/arch-linux/devices/README.md @@ -0,0 +1,7 @@ +# Devices + +These devices i did an Arch Linux setup and configuration on and had some extra things to get everything working. + +| File/Folder | Description | +| ---------------- | -------------------------------------------------------------------------- | +| thinkpad_x220.md | Special installation and configuration additions to a Lenovo Thinkpad X220 | diff --git a/docker/#CONTENT.md b/docker/README.md similarity index 98% rename from docker/#CONTENT.md rename to docker/README.md index d0fa1ca..a36cb79 100644 --- a/docker/#CONTENT.md +++ b/docker/README.md @@ -1,7 +1,7 @@ # Docker Here you can find a bunch of rebuild shell scripts to automatically stop, remove, update and rebuild containers (or if they dont exist just build them). -| Name | Description | Rebuild Readme | Installation Guide | +| File/Folder | Description | Rebuild Readme | Installation Guide | | ----------------- | ----------------------------------------------- | -------------- | ------------------ | | airsonic | music streaming service | yes | no | | bind | dns service | yes | no |