summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbjjbjjbj <julianteule@gmail.com>2016-12-06 17:25:55 +0100
committerjbjjbjjbj <julianteule@gmail.com>2016-12-06 17:25:55 +0100
commit1cf09d2ff570f8141382b21a68fafc83a80325a5 (patch)
tree7d3bcd98da30b42ca5bb8d3af3274e4552839974
Initial
-rw-r--r--.Xresources38
-rw-r--r--.bashrc14
-rw-r--r--.colors/c/basque25
-rw-r--r--.colors/c/blaquemagick.Xcolors32
-rw-r--r--.colors/c/contrast_need37
-rw-r--r--.colors/c/flashy30
-rw-r--r--.colors/c/greener37
-rw-r--r--.colors/c/molokai30
-rw-r--r--.colors/c/paint21
-rw-r--r--.colors/c/pers_light37
-rw-r--r--.colors/c/self_light36
-rw-r--r--.colors/c/smokey37
-rw-r--r--.colors/c/solarized_dark57
-rw-r--r--.colors/c/solarized_light57
-rw-r--r--.colors/c/sourcerer.Xcolors45
-rw-r--r--.colors/c/sourcerer_mod45
-rw-r--r--.colors/c/up137
-rw-r--r--.colors/c/woody20
-rw-r--r--.config/terminator/config77
-rw-r--r--.zshrc105
m---------Software/2bwm0
21 files changed, 817 insertions, 0 deletions
diff --git a/.Xresources b/.Xresources
new file mode 100644
index 0000000..b7c7bb1
--- /dev/null
+++ b/.Xresources
@@ -0,0 +1,38 @@
+!#include ".colors/sourcerer_mod"
+!#include ".colors/self_light"
+#include ".colors/c/contrast_need"
+!#include ".colors/google"
+URxvt*termName: rxvt-unicode
+
+URxvt*cursorBlink: true
+
+URxvt.scrollBar: false
+
+!URxvt*font: xft:Droid\ Sans\ Mono:regular:size=9:antialias=true:hinting=true
+URxvt*font: xft:terminus:regular:size=10:antialias=true:hinting=true
+
+
+URxvt.perl-ext-common: default,matcher,clipboard,keyboard-select,url-select
+URxvt.url-launcher: /usr/bin/surf
+URxvt.urlButton: 1
+URxvt.underlineURLs: True
+
+URxvt.clipboard.autocopy: true
+URxvt.clipboard.copycmd: xclip -in -selection clipboard
+URxvt.clipboard.pastecmd: xclip -o -selection clipboard
+
+! Keybindings
+URxvt.keysym.Mod4-c: perl:clipboard:copy
+URxvt.keysym.Mod4-v: perl:clipboard:paste
+URxvt.keysym.Mod4-C-v: perl:clipboard:paste_escaped
+URxvt.keysym.M-c: perl:clipboard:copy
+URxvt.keysym.M-v: perl:clipboard:paste
+URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
+URxvt.keysym.M-Escape: perl:keyboard-select:activate
+URxvt.keysym.C-Escape: perl:keyboard-select:activate
+URxvt.keysym.M-u: perl:url-select:select_next
+URxvt.url-select.launcher: surf
+URxvt.url-select.video: mpv
+URxvt.url-select.button: 1
+
+! Mine farver
diff --git a/.bashrc b/.bashrc
new file mode 100644
index 0000000..305e787
--- /dev/null
+++ b/.bashrc
@@ -0,0 +1,14 @@
+#
+# ~/.bashrc
+#
+
+# If not running interactively, don't do anything
+[[ $- != *i* ]] && return
+
+alias ls='ls --color=auto'
+PS1='[\u@\h \W]\$ '
+# >>>>BEGIN ADDED BY CNCHI INSTALLER<<<< #
+BROWSER=/usr/bin/chromium
+EDITOR=/usr/bin/nano
+# >>>>>END ADDED BY CNCHI INSTALLER<<<<< #
+#Test
diff --git a/.colors/c/basque b/.colors/c/basque
new file mode 100644
index 0000000..f09c8b9
--- /dev/null
+++ b/.colors/c/basque
@@ -0,0 +1,25 @@
+*background:#ffffff
+*foreground:#161616
+
+*color0: #bababa
+*color1: #860405
+*color2: #860405
+*color3: #860405
+*color4: #860405
+*color5: #860405
+*color6: #860405
+*color7: #a95d4e
+
+*color8: #888888
+*color9: #ac0405
+*color10: #ac0405
+*color11: #ac0405
+*color12: #ac0405
+*color13: #ac0405
+*color14: #ac0405
+*color15: #000000
+
+URxvt*highlightColor: #882200
+URxvt*highlightTextColor: #ffffff
+
+*cursorColor: #161616
diff --git a/.colors/c/blaquemagick.Xcolors b/.colors/c/blaquemagick.Xcolors
new file mode 100644
index 0000000..a894478
--- /dev/null
+++ b/.colors/c/blaquemagick.Xcolors
@@ -0,0 +1,32 @@
+! █▓▒░ blaque magick
+*.foreground: #c2c2b0
+*.background: #121212
+*.cursorColor: #c2c2b0
+! black
+*.color0: #121212
+*.color8: #121212
+! red
+*.color1: #5F8787
+*.color9: #5F8787
+! green
+*.color2: #444444
+*.color10: #444444
+! yellow
+*.color3: #666666
+*.color11: #666666
+! blue
+*.color4: #888888
+*.color12: #888888
+! magenta
+*.color5: #999999
+*.color13: #999999
+! cyan
+*.color6: #aaaaaa
+*.color14: #aaaaaa
+! white
+*.color7: #c1c1c1
+*.color15: #c1c1c1
+! others
+URxvt.colorIT: #5F8787
+URxvt.colorBD: #d3d3d3
+URxvt.colorUL: #5F8787
diff --git a/.colors/c/contrast_need b/.colors/c/contrast_need
new file mode 100644
index 0000000..ae7dd6a
--- /dev/null
+++ b/.colors/c/contrast_need
@@ -0,0 +1,37 @@
+
+! special
+*.foreground: #FFFFFF
+*.background: #1e1e1e
+*.cursorColor: #a7a7a7
+
+! black
+*.color0: #050505
+*.color8: #1c1b19
+
+! red
+*.color1: #B81109
+*.color9: #E8160C
+
+! green
+*.color2: #1CB228
+*.color10: #24E534
+
+! yellow
+*.color3: #BAA407
+*.color11: #FCDF09
+
+! blue
+*.color4: #2C5FAD
+*.color12: #408AFC
+
+! magenta
+*.color5: #e35682
+*.color13: #e02c6d
+
+! cyan
+*.color6: #16a085
+*.color14: #1abc9c
+
+! white
+*.color7: #FFFFFF
+*.color15: #EBE3E3
diff --git a/.colors/c/flashy b/.colors/c/flashy
new file mode 100644
index 0000000..4c8dd46
--- /dev/null
+++ b/.colors/c/flashy
@@ -0,0 +1,30 @@
+*background:#1d1d1d
+*foreground:#b3b4b1
+
+*color0: #1d1d1d
+*color1: #784742
+*color2: #427363
+*color3: #665847
+*color4: #6a708b
+*color5: #7a378b
+*color6: #52707b
+*color7: #b3b3b3
+
+*color8: #4c4c4c
+*color9: #d43f10
+*color10: #cef318
+*color11: #ede265
+*color12: #6ac0fd
+*color13: #ef79ae
+*color14: #49d4dd
+*color15: #ffffff
+
+*highlightColor: #333333
+*highlightTextColor: #cef318
+
+URxvt*cursorColor: #ffffff
+
+! Colored man pages
+URxvt.colorIT: #cacaca
+URxvt.colorBD: #ede265
+URxvt.colorUL: #ffffff
diff --git a/.colors/c/greener b/.colors/c/greener
new file mode 100644
index 0000000..e9b0943
--- /dev/null
+++ b/.colors/c/greener
@@ -0,0 +1,37 @@
+
+*.foreground: #EEEEEE
+*.background: #111111
+*.cursorColor: #fce8c3
+
+! black
+*.color0: #111111
+*.color8: #1c1b19
+! *.color8: #2d2b28
+
+! red
+*.color1: #c0392b
+*.color9: #e74c3c
+
+! green
+*.color2: #27ae60
+*.color10: #29B865
+
+! yellow
+*.color3: #f39c12
+*.color11: #f1c40f
+
+! blue
+*.color4: #2980b9
+*.color12: #3498db
+
+! magenta
+*.color5: #e02c6d
+*.color13: #e35682
+
+! cyan
+*.color6: #16a085
+*.color14: #1abc9c
+
+! white
+*.color7: #EEEEEE
+*.color15: #CCCCCC
diff --git a/.colors/c/molokai b/.colors/c/molokai
new file mode 100644
index 0000000..96b46e1
--- /dev/null
+++ b/.colors/c/molokai
@@ -0,0 +1,30 @@
+*background : #101010
+*foreground : #FFFFFF
+
+! black
+*color0 : #1b1d1e
+*color8 : #505354
+! red
+*color1 : #f92672
+*color9 : #B52E2F
+! green
+*color2 : #82b414
+*color10 : #b6e354
+! yellow
+*color3 : #fd971f
+*color11 : #95C32E
+! blue
+*color4 : #56c2d6
+*color12 : #E5BB8B
+! magenta
+*color5 : #8c54fe
+*color13 : #DC8E3A
+! cyan
+*color6 : #465457
+*color14 : #899ca1
+! white
+*color7 : #ccccc6
+*color15 : #f8f8f2
+
+*colorUL : #82b414
+*cursorColor : #82b414
diff --git a/.colors/c/paint b/.colors/c/paint
new file mode 100644
index 0000000..fc6a501
--- /dev/null
+++ b/.colors/c/paint
@@ -0,0 +1,21 @@
+*foreground: #dfd5d2
+*background: #141618
+*cursorColor: #dfd5d2
+
+*color0: #4e544a
+*color1: #e17a0e
+*color2: #e6b041
+*color3: #1a624f
+*color4: #057eba
+*color5: #73395d
+*color6: #2cb5e4
+*color7: #f2ccc3
+
+*color8: #c5c9e0
+*color9: #ef1137
+*color10: #62a180
+*color11: #fbe40e
+*color12: #2cb5e4
+*color13: #ee2873
+*color14: #fcfdfc
+*color15: #ffffff
diff --git a/.colors/c/pers_light b/.colors/c/pers_light
new file mode 100644
index 0000000..d57eaf7
--- /dev/null
+++ b/.colors/c/pers_light
@@ -0,0 +1,37 @@
+
+*.background: #CCCCCC
+*.foreground: #111111
+*.cursorColor: #111111
+
+! black
+*.color7: #111111
+*.color15: #3c3b39
+! *.color8: #2d2b28
+
+! red
+*.color1: #c0392b
+*.color9: #e74c3c
+
+! green
+*.color2: #27ae60
+*.color10: #29B865
+
+! yellow
+*.color3: #f39c12
+*.color11: #f1c40f
+
+! blue
+*.color4: #2980b9
+*.color12: #3498db
+
+! magenta
+*.color5: #e02c6d
+*.color13: #e35682
+
+! cyan
+*.color6: #16a085
+*.color14: #1abc9c
+
+! white
+*.color0: #CCCCCC
+*.color8: #AAAAAA
diff --git a/.colors/c/self_light b/.colors/c/self_light
new file mode 100644
index 0000000..24e3347
--- /dev/null
+++ b/.colors/c/self_light
@@ -0,0 +1,36 @@
+
+*.background: #EEEEEE
+*.foreground: #111111
+*.cursorColor: #111111
+
+! black
+*.color7: #111111
+*.color15: #1c1b19
+
+! red
+*.color1: #c0392b
+*.color9: #e74c3c
+
+! green
+*.color2: #27ae60
+*.color10: #29B865
+
+! yellow
+*.color3: #f39c12
+*.color11: #f1c40f
+
+! blue
+*.color4: #2980b9
+*.color12: #3498db
+
+! magenta
+*.color5: #e02c6d
+*.color13: #e35682
+
+! cyan
+*.color6: #16a085
+*.color14: #1abc9c
+
+! white
+*.color0: #EEEEEE
+*.color8: #CCCCCC
diff --git a/.colors/c/smokey b/.colors/c/smokey
new file mode 100644
index 0000000..2a3ef63
--- /dev/null
+++ b/.colors/c/smokey
@@ -0,0 +1,37 @@
+! special
+*.foreground: #b9b9b9
+*.background: #101010
+*.cursorColor: #b9b9b9
+
+! black
+*color0: #101010
+*color8: #525252
+
+! red
+*color1: #7c7c7c
+*color9: #7c7c7c
+
+! green
+*color2: #8e8e8e
+*color10: #8e8e8e
+
+! yellow
+*color3: #a0a0a0
+*color11: #a0a0a0
+
+! blue
+*color4: #686868
+*color12: #686868
+
+! magenta
+*color5: #747474
+*color13: #747474
+
+! cyan
+*color6: #868686
+*color14: #868686
+
+! white
+*color7: #b9b9b9
+*color15: #f7f7f7
+
diff --git a/.colors/c/solarized_dark b/.colors/c/solarized_dark
new file mode 100644
index 0000000..5b9d961
--- /dev/null
+++ b/.colors/c/solarized_dark
@@ -0,0 +1,57 @@
+
+#define S_base03 #002b36
+#define S_base02 #073642
+#define S_base01 #586e75
+#define S_base00 #657b83
+#define S_base0 #839496
+#define S_base1 #93a1a1
+#define S_base2 #eee8d5
+#define S_base3 #fdf6e3
+#define S_yellow #b58900
+#define S_orange #cb4b16
+#define S_red #dc322f
+#define S_magenta #d33682
+#define S_violet #6c71c4
+#define S_blue #268bd2
+#define S_cyan #2aa198
+#define S_green #859900
+
+*background: S_base03
+*foreground: S_base00
+*fading: 40
+*fadeColor: S_base03
+*cursorColor: S_base1
+*pointerColorBackground:S_base01
+*pointerColorForeground:S_base1
+
+! black dark/light
+*color0: S_base02
+*color8: S_base03
+
+! red dark/light
+*color1: S_red
+*color9: S_orange
+
+! green dark/light
+*color2: S_green
+*color10: S_base01
+
+! yellow dark/light
+*color3: S_yellow
+*color11: S_base00
+
+! blue dark/light
+*color4: S_blue
+*color12: S_base0
+
+! magenta dark/light
+*color5: S_magenta
+*color13: S_violet
+
+! cyan dark/light
+*color6: S_cyan
+*color14: S_base1
+
+! white dark/light
+*color7: S_base2
+*color15: S_base3
diff --git a/.colors/c/solarized_light b/.colors/c/solarized_light
new file mode 100644
index 0000000..ef0890e
--- /dev/null
+++ b/.colors/c/solarized_light
@@ -0,0 +1,57 @@
+#define S_base03 #002b36
+#define S_base02 #073642
+#define S_base01 #586e75
+#define S_base00 #657b83
+#define S_base0 #839496
+#define S_base1 #93a1a1
+#define S_base2 #eee8d5
+#define S_base3 #fdf6e3
+
+*background: S_base3
+*foreground: S_base00
+*fadeColor: S_base3
+*cursorColor: S_base01
+*pointerColorBackground:S_base1
+*pointerColorForeground:S_base01
+
+#define S_yellow #b58900
+#define S_orange #cb4b16
+#define S_red #dc322f
+#define S_magenta #d33682
+#define S_violet #6c71c4
+#define S_blue #268bd2
+#define S_cyan #2aa198
+#define S_green #859900
+
+!! black dark/light
+*color0: S_base02
+*color8: S_base03
+
+!! red dark/light
+*color1: S_red
+*color9: S_orange
+
+!! green dark/light
+*color2: S_green
+*color10: S_base01
+
+!! yellow dark/light
+*color3: S_yellow
+*color11: S_base00
+
+!! blue dark/light
+*color4: S_blue
+*color12: S_base0
+
+!! magenta dark/light
+*color5: S_magenta
+*color13: S_violet
+
+!! cyan dark/light
+*color6: S_cyan
+*color14: S_base1
+
+!! white dark/light
+*color7: S_base2
+*color15: S_base3
+
diff --git a/.colors/c/sourcerer.Xcolors b/.colors/c/sourcerer.Xcolors
new file mode 100644
index 0000000..9dfb7f8
--- /dev/null
+++ b/.colors/c/sourcerer.Xcolors
@@ -0,0 +1,45 @@
+! ██████ ██████ ██ ██ ██████ █████ █████ ██████ █████ ██████
+! ██░░░░ ██░░░░██░██ ░██░░██░░████░░░██ ██░░░██░░██░░████░░░██░░██░░██
+! ░░█████ ░██ ░██░██ ░██ ░██ ░░░██ ░░ ░███████ ░██ ░░░███████ ░██ ░░
+! ░░░░░██░██ ░██░██ ░██ ░██ ░██ ██░██░░░░ ░██ ░██░░░░ ░██
+! ██████ ░░██████ ░░██████░███ ░░█████ ░░██████░███ ░░██████░███
+! ░░░░░░ ░░░░░░ ░░░░░░ ░░░ ░░░░░ ░░░░░░ ░░░ ░░░░░░ ░░░
+! r e a d c o d e l i k e a w i z a r d
+!
+! sourcerer by xero harrison (http://xero.nu)
+! ├─ based on sorcerer by Jeet Sukumaran (http://jeetworks.org)
+! └─ based on mustang by Henrique C. Alves (hcarvalhoalves@gmail.com)
+
+! █▓▒░ scorcerer colors
+*.foreground: #c2c2b0
+*.background: #222222
+*.cursorColor: #c2c2b0
+! black
+*.color0: #222222
+*.color8: #272822
+! red
+*.color1: #aa4450
+*.color9: #ff6a6a
+! green
+*.color2: #719611
+*.color10: #b1d631
+! yellow
+!*.color3: #cc8800
+*.color3: #ff9800
+*.color11: #87875f
+! blue
+*.color4: #6688aa
+*.color12: #90b0d1
+! magenta
+*.color5: #8f6f8f
+*.color13: #8181a6
+! cyan
+*.color6: #528b8b
+*.color14: #87ceeb
+! white
+*.color7: #d3d3d3
+*.color15: #c1cdc1
+! others
+URxvt.colorIT: #719611
+URxvt.colorBD: #d3d3d3
+URxvt.colorUL: #528b8b
diff --git a/.colors/c/sourcerer_mod b/.colors/c/sourcerer_mod
new file mode 100644
index 0000000..ccc4cf4
--- /dev/null
+++ b/.colors/c/sourcerer_mod
@@ -0,0 +1,45 @@
+! ██████ ██████ ██ ██ ██████ █████ █████ ██████ █████ ██████
+! ██░░░░ ██░░░░██░██ ░██░░██░░████░░░██ ██░░░██░░██░░████░░░██░░██░░██
+! ░░█████ ░██ ░██░██ ░██ ░██ ░░░██ ░░ ░███████ ░██ ░░░███████ ░██ ░░
+! ░░░░░██░██ ░██░██ ░██ ░██ ░██ ██░██░░░░ ░██ ░██░░░░ ░██
+! ██████ ░░██████ ░░██████░███ ░░█████ ░░██████░███ ░░██████░███
+! ░░░░░░ ░░░░░░ ░░░░░░ ░░░ ░░░░░ ░░░░░░ ░░░ ░░░░░░ ░░░
+! r e a d c o d e l i k e a w i z a r d
+!
+! sourcerer by xero harrison (http://xero.nu)
+! ├─ based on sorcerer by Jeet Sukumaran (http://jeetworks.org)
+! └─ based on mustang by Henrique C. Alves (hcarvalhoalves@gmail.com)
+
+! █▓▒░ scorcerer colors
+*.foreground: #c2c2b0
+*.background: #151515
+*.cursorColor: #c2c2b0
+! black
+*.color0: #151515
+*.color8: #272822
+! red
+*.color1: #aa4450
+*.color9: #ff6a6a
+! green
+*.color2: #719611
+*.color10: #b1d631
+! yellow
+!*.color3: #cc8800
+*.color3: #ff9800
+*.color11: #87875f
+! blue
+*.color4: #6688aa
+*.color12: #90b0d1
+! magenta
+*.color5: #8f6f8f
+*.color13: #8181a6
+! cyan
+*.color6: #528b8b
+*.color14: #87ceeb
+! white
+*.color7: #d3d3d3
+*.color15: #c1cdc1
+! others
+URxvt.colorIT: #719611
+URxvt.colorBD: #d3d3d3
+URxvt.colorUL: #528b8b
diff --git a/.colors/c/up1 b/.colors/c/up1
new file mode 100644
index 0000000..5768709
--- /dev/null
+++ b/.colors/c/up1
@@ -0,0 +1,37 @@
+! special
+*.foreground : #a7a7a7
+*.cursorColor : #a7a7a7
+*.background : #1e1e1e
+
+! black
+*.color0 : #1e1e1e
+*.color8 : #5f5a60
+
+! red
+*.color1 : #cf6a4c
+*.color9 : #cf6a4c
+
+! green
+*.color2 : #8f9d6a
+*.color10 : #8f9d6a
+
+! yellow
+*.color3 : #f9ee98
+*.color11 : #f9ee98
+
+! blue
+*.color4 : #7587a6
+*.color12 : #7587a6
+
+! magenta
+*.color5 : #9b859d
+*.color13 : #9b859d
+
+! cyan
+*.color6 : #afc4db
+*.color14 : #afc4db
+
+! white
+*.color7 : #a7a7a7
+*.color15 : #ffffff
+
diff --git a/.colors/c/woody b/.colors/c/woody
new file mode 100644
index 0000000..5d4afe3
--- /dev/null
+++ b/.colors/c/woody
@@ -0,0 +1,20 @@
+*foreground: #a3a0a1
+*background: #14120f
+
+*color0: #2e2b27
+*color1: #37251f
+*color2: #2b3023
+*color3: #3d3527
+*color4: #282b2d
+*color5: #31282b
+*color6: #22252a
+*color7: #a3a0a1
+
+*color8: #42403d
+*color9: #583125
+*color10: #8a8c6d
+*color11: #d4a67d
+*color12: #525d63
+*color13: #514859
+*color14: #a2afb6
+*color15: #f1e8d9
diff --git a/.config/terminator/config b/.config/terminator/config
new file mode 100644
index 0000000..ee580ff
--- /dev/null
+++ b/.config/terminator/config
@@ -0,0 +1,77 @@
+[global_config]
+ suppress_multiple_term_dialog = True
+ title_inactive_bg_color = "#1c1b19"
+ title_inactive_fg_color = "#ffffff"
+ title_transmit_bg_color = "#050505"
+[keybindings]
+[layouts]
+ [[default]]
+ [[[child1]]]
+ parent = window0
+ profile = default
+ type = Terminal
+ [[[window0]]]
+ parent = ""
+ type = Window
+[plugins]
+[profiles]
+ [[default]]
+ antialias = False
+ background_color = "#102313"
+ background_darkness = 0.86
+ background_image = None
+ background_type = transparent
+ cursor_color = "#ffffff"
+ custom_command = TERM=xterm-256color tmux
+ font = Terminus 10
+ foreground_color = "#ffffff"
+ palette = "#050505:#b81109:#1cb228:#baa407:#2c5fad:#e35682:#16a085:#ffffff:#1c1b19:#e8160c:#24e534:#fcdf09:#408afc:#e02c6d:#1abc9c:#ebe3e3"
+ scroll_on_output = False
+ scrollback_infinite = True
+ scrollbar_position = hidden
+ show_titlebar = False
+ use_system_font = False
+ [[Old]]
+ antialias = False
+ background_color = "#100935"
+ background_darkness = 0.49
+ background_image = None
+ background_type = transparent
+ custom_command = tmux
+ font = Terminus 10
+ foreground_color = "#ffffff"
+ palette = "#000000:#cc0000:#4e9a06:#c4a000:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#fce94f:#729fcf:#ad7fa8:#34e2e2:#eeeeec"
+ scrollbar_position = hidden
+ show_titlebar = False
+ use_system_font = False
+ [[auto]]
+ antialias = False
+ background_color = "#032c36"
+ background_darkness = 0.82
+ background_image = None
+ background_type = transparent
+ font = Terminus 10
+ foreground_color = "#e8dfd6"
+ palette = "#000000:#cc0000:#4e9a06:#c4a000:#3465a4:#75507b:#06989a:#d3d7cf:555753:#ef2929:#8ae234:#fce94f:#729fcf:#ad7fa8:#34e2e2:#eeeeec"
+ scrollbar_position = hidden
+ show_titlebar = False
+ use_system_font = False
+ [[custom]]
+ antialias = False
+ background_color = "#032c36"
+ background_darkness = 0.77
+ background_image = None
+ background_type = transparent
+ cursor_color = "#e8dfd6"
+ font = Terminus 12
+ foreground_color = "#e8dfd6"
+ palette = "#032c36:#c2454e:#7cbf9e:#8a7a63:#2e3340:#ff5879:#44b5b1:#f2f1b9:#065f73:#ef5847:#a2d9b1:#beb090:#61778d:#ff99a1:#9ed9d8:#f6f6c9"
+ scrollbar_position = hidden
+ show_titlebar = False
+ use_system_font = False
+ [[souceror]]
+ background_color = "#151515"
+ background_image = None
+ cursor_color = "#c2c2b0"
+ foreground_color = "#c2c2b0"
+ palette = "#151515:#aa4450:#719611:#ff9800:#6688aa:#8f6f8f:#528b8b:#d3d3d3:#272822:#ff6a6a:#b1d631:#87875f:#90b0d1:#8181a6:#87ceeb:#c1cdc1"
diff --git a/.zshrc b/.zshrc
new file mode 100644
index 0000000..130993e
--- /dev/null
+++ b/.zshrc
@@ -0,0 +1,105 @@
+export TERM="xterm-256color"
+
+# If you come from bash you might have to change your $PATH.
+# export PATH=$HOME/bin:/usr/local/bin:$PATH
+
+# Path to your oh-my-zsh installation.
+ export ZSH=/home/julian/.oh-my-zsh
+
+# Set name of the theme to load. Optionally, if you set this to "random"
+# it'll load a random theme each time that oh-my-zsh is loaded.
+# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
+ZSH_THEME="cloud"
+
+# Uncomment the following line to use case-sensitive completion.
+# CASE_SENSITIVE="true"
+
+# Uncomment the following line to use hyphen-insensitive completion. Case
+# sensitive completion must be off. _ and - will be interchangeable.
+# HYPHEN_INSENSITIVE="true"
+
+# Uncomment the following line to disable bi-weekly auto-update checks.
+# DISABLE_AUTO_UPDATE="true"
+
+# Uncomment the following line to change how often to auto-update (in days).
+# export UPDATE_ZSH_DAYS=13
+
+# Uncomment the following line to disable colors in ls.
+# DISABLE_LS_COLORS="true"
+
+# Uncomment the following line to disable auto-setting terminal title.
+# DISABLE_AUTO_TITLE="true"
+
+# Uncomment the following line to enable command auto-correction.
+# ENABLE_CORRECTION="true"
+
+# Uncomment the following line to display red dots whilst waiting for completion.
+# COMPLETION_WAITING_DOTS="true"
+
+# Uncomment the following line if you want to disable marking untracked files
+# under VCS as dirty. This makes repository status check for large repositories
+# much, much faster.
+# DISABLE_UNTRACKED_FILES_DIRTY="true"
+
+# Uncomment the following line if you want to change the command execution time
+# stamp shown in the history command output.
+# The optional three formats: "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
+# HIST_STAMPS="mm/dd/yyyy"
+
+# Would you like to use another custom folder than $ZSH/custom?
+# ZSH_CUSTOM=/path/to/new-custom-folder
+
+# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
+# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
+# Example format: plugins=(rails git textmate ruby lighthouse)
+# Add wisely, as too many plugins slow down shell startup.
+plugins=(git)
+
+source $ZSH/oh-my-zsh.sh
+
+# User configuration
+
+# export MANPATH="/usr/local/man:$MANPATH"
+
+# You may need to manually set your language environment
+# export LANG=en_US.UTF-8
+
+# Preferred editor for local and remote sessions
+# if [[ -n $SSH_CONNECTION ]]; then
+# export EDITOR='vim'
+# else
+# export EDITOR='mvim'
+# fi
+
+# Compilation flags
+# export ARCHFLAGS="-arch x86_64"
+
+# ssh
+# export SSH_KEY_PATH="~/.ssh/dsa_id"
+
+# Set personal aliases, overriding those provided by oh-my-zsh libs,
+# plugins, and themes. Aliases can be placed here, though oh-my-zsh
+# users are encouraged to define aliases within the ZSH_CUSTOM folder.
+# For a full list of active aliases, run `alias`.
+#
+# Example aliases
+# alias zshconfig="mate ~/.zshrc"
+# alias ohmyzsh="mate ~/.oh-my-zsh"
+
+
+PATH=/home/julian/Scripts:$PATH
+alias rex="xrdb ~/.Xresources"
+alias lemon="~/.config/openbox/lemonbar | lemonbar -g 1355x20+5+5 -f terminus-9"
+
+
+PATH=/home/julian/Scripts:$PATH
+fortune -n 100 computers | cowsay
+rex
+
+
+if [[ -r /usr/share/powerline/bindings/zsh/powerline.zsh ]]; then
+ source /usr/share/powerline/bindings/zsh/powerline.zsh
+fi
+
+
+alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
diff --git a/Software/2bwm b/Software/2bwm
new file mode 160000
+Subproject 43dbbc5915ad32d6d041a8a5932724f834ae63d