diff options
author | Yigit Sever | 2019-03-30 21:43:59 +0300 |
---|---|---|
committer | Yigit Sever | 2019-03-30 21:43:59 +0300 |
commit | 3e25614fbb0d64cbc5c4f2392e580e4b996bbc76 (patch) | |
tree | 88fdef26c83545d24b7816f430498b8ed845859e | |
parent | 6fae7c67e94a0b16f516ee189fc341404c7d7cd7 (diff) | |
parent | cfd96387edf69b2e05b54b1c57d9a8903a0b80bd (diff) | |
download | dotfiles-3e25614fbb0d64cbc5c4f2392e580e4b996bbc76.tar.gz dotfiles-3e25614fbb0d64cbc5c4f2392e580e4b996bbc76.tar.bz2 dotfiles-3e25614fbb0d64cbc5c4f2392e580e4b996bbc76.zip |
Merge branch 'master' of 207.154.210.186:/home/yigit/dots
-rw-r--r-- | .Xresources | 85 | ||||
-rw-r--r-- | .config/betterlockscreenrc (renamed from .config/betterlockscreen/betterlockscreenrc) | 0 | ||||
-rw-r--r-- | .config/kitty/kitty.conf | 62 | ||||
-rwxr-xr-x | .config/nvim/init.vim | 37 | ||||
-rw-r--r-- | .tmux.conf | 14 | ||||
-rwxr-xr-x | .xsession##desktop.Linux.Lowe | 1 | ||||
-rw-r--r-- | .zshrc | 4 |
7 files changed, 90 insertions, 113 deletions
diff --git a/.Xresources b/.Xresources index e3bb46f..f4eb976 100644 --- a/.Xresources +++ b/.Xresources | |||
@@ -1,7 +1,3 @@ | |||
1 | #if __has_include(".extend.Xresources") | ||
2 | #include ".extend.Xresources" | ||
3 | #endif | ||
4 | |||
5 | ! ^ The above lines are no comments! | 1 | ! ^ The above lines are no comments! |
6 | ! Leave them as they are if a file ~/.extend.Xresources is being used on your system. | 2 | ! Leave them as they are if a file ~/.extend.Xresources is being used on your system. |
7 | ! config can be added there or also here below. | 3 | ! config can be added there or also here below. |
@@ -15,39 +11,50 @@ Xft.autohint: false | |||
15 | Xft.hintstyle: hintslight | 11 | Xft.hintstyle: hintslight |
16 | Xft.lcdfilter: lcddefault | 12 | Xft.lcdfilter: lcddefault |
17 | 13 | ||
18 | ! ----------------------------------------------------------------------------- | 14 | ! Copyright (c) 2016-present Arctic Ice Studio <development@arcticicestudio.com> |
19 | ! File: gruvbox-dark.xresources | 15 | ! Copyright (c) 2016-present Sven Greb <code@svengreb.de> |
20 | ! Description: Retro groove colorscheme generalized | 16 | |
21 | ! Author: morhetz <morhetz@gmail.com> | 17 | ! Project: Nord XResources |
22 | ! Source: https://github.com/morhetz/gruvbox-generalized | 18 | ! Version: 0.1.0 |
23 | ! Last Modified: 6 Sep 2014 | 19 | ! Repository: https://github.com/arcticicestudio/nord-xresources |
24 | ! ----------------------------------------------------------------------------- | 20 | ! License: MIT |
21 | |||
22 | #define nord0 #2E3440 | ||
23 | #define nord1 #3B4252 | ||
24 | #define nord2 #434C5E | ||
25 | #define nord3 #4C566A | ||
26 | #define nord4 #D8DEE9 | ||
27 | #define nord5 #E5E9F0 | ||
28 | #define nord6 #ECEFF4 | ||
29 | #define nord7 #8FBCBB | ||
30 | #define nord8 #88C0D0 | ||
31 | #define nord9 #81A1C1 | ||
32 | #define nord10 #5E81AC | ||
33 | #define nord11 #BF616A | ||
34 | #define nord12 #D08770 | ||
35 | #define nord13 #EBCB8B | ||
36 | #define nord14 #A3BE8C | ||
37 | #define nord15 #B48EAD | ||
38 | |||
39 | *.foreground: nord4 | ||
40 | *.background: nord0 | ||
41 | *.cursorColor: nord4 | ||
42 | *fading: 35 | ||
43 | *fadeColor: nord3 | ||
25 | 44 | ||
26 | ! hard contrast: *background: #1d2021 | 45 | *.color0: nord1 |
27 | *background: #282828 | 46 | *.color1: nord11 |
28 | ! soft contrast: *background: #32302f | 47 | *.color2: nord14 |
29 | *foreground: #ebdbb2 | 48 | *.color3: nord13 |
30 | ! Black + DarkGrey | 49 | *.color4: nord9 |
31 | *color0: #282828 | 50 | *.color5: nord15 |
32 | *color8: #928374 | 51 | *.color6: nord8 |
33 | ! DarkRed + Red | 52 | *.color7: nord5 |
34 | *color1: #cc241d | 53 | *.color8: nord3 |
35 | *color9: #fb4934 | 54 | *.color9: nord11 |
36 | ! DarkGreen + Green | 55 | *.color10: nord14 |
37 | *color2: #98971a | 56 | *.color11: nord13 |
38 | *color10: #b8bb26 | 57 | *.color12: nord9 |
39 | ! DarkYellow + Yellow | 58 | *.color13: nord15 |
40 | *color3: #d79921 | 59 | *.color14: nord7 |
41 | *color11: #fabd2f | 60 | *.color15: nord6 |
42 | ! DarkBlue + Blue | ||
43 | *color4: #458588 | ||
44 | *color12: #83a598 | ||
45 | ! DarkMagenta + Magenta | ||
46 | *color5: #b16286 | ||
47 | *color13: #d3869b | ||
48 | ! DarkCyan + Cyan | ||
49 | *color6: #689d6a | ||
50 | *color14: #8ec07c | ||
51 | ! LightGrey + White | ||
52 | *color7: #a89984 | ||
53 | *color15: #ebdbb2 | ||
diff --git a/.config/betterlockscreen/betterlockscreenrc b/.config/betterlockscreenrc index 2b71c1a..2b71c1a 100644 --- a/.config/betterlockscreen/betterlockscreenrc +++ b/.config/betterlockscreenrc | |||
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 8fb681f..b681e2c 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf | |||
@@ -19,7 +19,7 @@ box_drawing_scale 0.001, 1, 1.5, 2 | |||
19 | #: Cursor customization {{{ | 19 | #: Cursor customization {{{ |
20 | 20 | ||
21 | cursor_shape block | 21 | cursor_shape block |
22 | cursor #FDE311 | 22 | cursor #d8dee9 |
23 | cursor_text_color background | 23 | cursor_text_color background |
24 | 24 | ||
25 | cursor_blink_interval 0 | 25 | cursor_blink_interval 0 |
@@ -75,45 +75,27 @@ inactive_tab_font_style normal | |||
75 | #: }}} | 75 | #: }}} |
76 | 76 | ||
77 | #: Color scheme {{{ | 77 | #: Color scheme {{{ |
78 | 78 | foreground #d8dee9 | |
79 | foreground #ebdbb2 | 79 | background #2e3440 |
80 | background #282828 | 80 | selection_foreground #2e3440 |
81 | 81 | selection_background #d8dee9 | |
82 | #: The foreground and background for text selected with the mouse | 82 | |
83 | selection_foreground #fbf1c7 | 83 | color0 #3b4252 |
84 | selection_background #d65d0e | 84 | color1 #bf616a |
85 | 85 | color2 #a3be8c | |
86 | #: black | 86 | color3 #ebcb8b |
87 | color0 #282828 | 87 | color4 #81a1c1 |
88 | color8 #928374 | 88 | color5 #b48ead |
89 | 89 | color6 #88c0d0 | |
90 | #: red | 90 | color7 #e5e9f0 |
91 | color1 #cc241d | 91 | color8 #4c566a |
92 | color9 #fb4934 | 92 | color9 #bf616a |
93 | 93 | color10 #a3be8c | |
94 | #: green | 94 | color11 #ebcb8b |
95 | color2 #97971a | 95 | color12 #81a1c1 |
96 | color10 #b8bb26 | 96 | color13 #b48ead |
97 | 97 | color14 #8fbcbb | |
98 | #: yellow | 98 | color15 #eceff4 |
99 | color3 #d79921 | ||
100 | color11 #fabd2f | ||
101 | |||
102 | #: blue | ||
103 | color4 #458588 | ||
104 | color12 #83a598 | ||
105 | |||
106 | #: purple | ||
107 | color5 #b16286 | ||
108 | color13 #d3869b | ||
109 | |||
110 | #: cyan | ||
111 | color6 #689d6a | ||
112 | color14 #8ec07c | ||
113 | |||
114 | #: white | ||
115 | color7 #a89984 | ||
116 | color15 #ebdbb2 | ||
117 | 99 | ||
118 | #: }}} | 100 | #: }}} |
119 | 101 | ||
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 3d4faa7..06992d0 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim | |||
@@ -1,4 +1,4 @@ | |||
1 | "{{{ | 1 | "{{{ Plugs |
2 | 2 | ||
3 | call plug#begin('~/.local/share/nvim/plugged') | 3 | call plug#begin('~/.local/share/nvim/plugged') |
4 | 4 | ||
@@ -8,8 +8,6 @@ Plug 'Valloric/YouCompleteMe' | |||
8 | Plug 'w0rp/ale' | 8 | Plug 'w0rp/ale' |
9 | "manages tag files | 9 | "manages tag files |
10 | Plug 'ludovicchabant/vim-gutentags' | 10 | Plug 'ludovicchabant/vim-gutentags' |
11 | "language pack | ||
12 | "Plug 'sheerun/vim-polyglot' | ||
13 | 11 | ||
14 | "snippet solution | 12 | "snippet solution |
15 | Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets' | 13 | Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets' |
@@ -27,7 +25,7 @@ Plug 'majutsushi/tagbar' | |||
27 | Plug 'bling/vim-airline' | 25 | Plug 'bling/vim-airline' |
28 | 26 | ||
29 | " color theme. | 27 | " color theme. |
30 | Plug 'morhetz/gruvbox' | 28 | Plug 'arcticicestudio/nord-vim' |
31 | 29 | ||
32 | "Personal wiki | 30 | "Personal wiki |
33 | Plug 'vimwiki/vimwiki' | 31 | Plug 'vimwiki/vimwiki' |
@@ -120,9 +118,6 @@ set shiftwidth=4 | |||
120 | set softtabstop=4 | 118 | set softtabstop=4 |
121 | set tabstop=8 | 119 | set tabstop=8 |
122 | 120 | ||
123 | " Visual aid to deter from typing past column 110 | ||
124 | "set colorcolumn=110 | ||
125 | |||
126 | " Use english for spellchecking, but don't spellcheck by default | 121 | " Use english for spellchecking, but don't spellcheck by default |
127 | set spell spelllang=en_us | 122 | set spell spelllang=en_us |
128 | set nospell | 123 | set nospell |
@@ -169,32 +164,18 @@ set cinoptions=l1 | |||
169 | 164 | ||
170 | "{{{Look and Feel | 165 | "{{{Look and Feel |
171 | 166 | ||
172 | " Color Scheme | ||
173 | " gruvbox_color_column works as expected IF the order is: | ||
174 | " set termguicolors | ||
175 | " colorscheme gruvbox | ||
176 | " ... | ||
177 | " set background=dark | ||
178 | " Investigate later | ||
179 | |||
180 | "let $NVIM_TUI_ENABLE_TRUE_COLOR=1 | ||
181 | set termguicolors | 167 | set termguicolors |
182 | 168 | ||
183 | colorscheme gruvbox | ||
184 | |||
185 | let g:gruvbox_bold=1 | ||
186 | let g:gruvbox_color_column='red' | ||
187 | let g:gruvbox_underline=1 | ||
188 | let g:gruvbox_contrast_dark='medium' | ||
189 | let g:gruvbox_contrast_light='hard' | ||
190 | let g:gruvbox_vert_split='aqua' | ||
191 | |||
192 | set background=dark " Setting dark mode | 169 | set background=dark " Setting dark mode |
193 | 170 | ||
194 | "highlight ColorColumn guibg='DarkRed' | 171 | "highlight NormalNC guibg='Black' |
195 | highlight NormalNC guibg='Black' | 172 | |
196 | "highlight NormalNC guifg='Cyan' | 173 | let g:nord_underline = 1 |
174 | let g:nord_italic = 1 | ||
175 | let g:nord_italic_comments = 1 | ||
176 | let g:nord_cursor_line_number_background = 1 | ||
197 | 177 | ||
178 | colorscheme nord | ||
198 | 179 | ||
199 | " }}} | 180 | " }}} |
200 | 181 | ||
@@ -32,7 +32,7 @@ setw -g window-status-bg black | |||
32 | setw -g window-status-attr dim | 32 | setw -g window-status-attr dim |
33 | setw -g window-status-format ' #I#[fg=cyan]:#[fg=white]#W#[fg=white]#F ' | 33 | setw -g window-status-format ' #I#[fg=cyan]:#[fg=white]#W#[fg=white]#F ' |
34 | 34 | ||
35 | # Don't prompt to kill panes/windows. TODO you will fuck this up | 35 | # Don't prompt to kill panes/windows. |
36 | bind-key x kill-pane | 36 | bind-key x kill-pane |
37 | bind-key & kill-window | 37 | bind-key & kill-window |
38 | 38 | ||
@@ -50,8 +50,6 @@ bind-key z resize-pane -Z | |||
50 | # Use vim keybindings in copy mode | 50 | # Use vim keybindings in copy mode |
51 | setw -g mode-keys vi | 51 | setw -g mode-keys vi |
52 | 52 | ||
53 | set -g default-terminal "tmux-256color" | ||
54 | set -g default-command "${SHELL}" | ||
55 | set -g set-titles on | 53 | set -g set-titles on |
56 | set -g mouse on | 54 | set -g mouse on |
57 | 55 | ||
@@ -82,3 +80,13 @@ set -g visual-activity on | |||
82 | 80 | ||
83 | # Example of using a shell command in the status line | 81 | # Example of using a shell command in the status line |
84 | #set -g status-right "#[fg=yellow]#(uptime | cut -d ',' -f 2-)" | 82 | #set -g status-right "#[fg=yellow]#(uptime | cut -d ',' -f 2-)" |
83 | |||
84 | set -g default-terminal "xterm-256color" | ||
85 | set-option -ga terminal-overrides ",xterm-256color:Tc" | ||
86 | |||
87 | # List of plugins | ||
88 | set -g @plugin 'tmux-plugins/tpm' | ||
89 | set -g @plugin 'tmux-plugins/tmux-sensible' | ||
90 | |||
91 | # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) | ||
92 | run -b '~/.tmux/plugins/tpm/tpm' | ||
diff --git a/.xsession##desktop.Linux.Lowe b/.xsession##desktop.Linux.Lowe index 166abc8..5ca1fa9 100755 --- a/.xsession##desktop.Linux.Lowe +++ b/.xsession##desktop.Linux.Lowe | |||
@@ -28,6 +28,7 @@ dropbox & | |||
28 | copyq & | 28 | copyq & |
29 | conky --daemonize -c ~/.config/conky/conky.conf & | 29 | conky --daemonize -c ~/.config/conky/conky.conf & |
30 | conky --daemonize -c ~/.config/conky/task.conf & | 30 | conky --daemonize -c ~/.config/conky/task.conf & |
31 | unclutter --timeout 3 --jitter 3 -b & | ||
31 | 32 | ||
32 | # keyboard with alt+shift us,tr switch, map escape to capslock | 33 | # keyboard with alt+shift us,tr switch, map escape to capslock |
33 | setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape & | 34 | setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape & |
@@ -31,7 +31,7 @@ ZSH_THEME="spaceship" | |||
31 | 31 | ||
32 | # Uncomment the following line to disable colors in ls. | 32 | # Uncomment the following line to disable colors in ls. |
33 | # DISABLE_LS_COLORS="true" | 33 | # DISABLE_LS_COLORS="true" |
34 | export LS_COLORS="$(vivid generate snazzy)" | 34 | #export LS_COLORS="$(vivid generate snazzy)" |
35 | 35 | ||
36 | # Uncomment the following line to disable auto-setting terminal title. | 36 | # Uncomment the following line to disable auto-setting terminal title. |
37 | # DISABLE_AUTO_TITLE="true" | 37 | # DISABLE_AUTO_TITLE="true" |
@@ -165,6 +165,4 @@ alias tp='trash-put' | |||
165 | 165 | ||
166 | [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh | 166 | [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh |
167 | 167 | ||
168 | source /home/yigit/.local/share/nvim/plugged/gruvbox/gruvbox_256palette.sh | ||
169 | |||
170 | export GOOGLE_APPLICATION_CREDENTIALS="/home/yigit/translation/DanNet-152c89acaeb0.json" | 168 | export GOOGLE_APPLICATION_CREDENTIALS="/home/yigit/translation/DanNet-152c89acaeb0.json" |