mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Compare commits
3 Commits
3eb867c228
...
264c0871d7
| Author | SHA1 | Date | |
|---|---|---|---|
| 264c0871d7 | |||
| 52e46ae5b7 | |||
| dbee464745 |
@@ -127,3 +127,8 @@ function rgvim
|
||||
vim "+/"(to_lower $argv) $choice
|
||||
end
|
||||
end
|
||||
|
||||
function jl
|
||||
# Pretty print the json file used as argument, and feed it in colour to less
|
||||
jq -C --indent 2 . $argv | less -R
|
||||
end
|
||||
|
||||
10
.tmux.conf
10
.tmux.conf
@@ -46,6 +46,16 @@ set-option -g base-index 0
|
||||
#set-window-option -g pane-base-index 1
|
||||
set-window-option -g pane-base-index 0
|
||||
|
||||
# onedark colour scheme, material design
|
||||
onedark_black="#282c34"
|
||||
onedark_blue="#61afef"
|
||||
onedark_yellow="#e5c07b"
|
||||
onedark_red="#e06c75"
|
||||
onedark_white="#aab2bf"
|
||||
onedark_green="#98c379"
|
||||
onedark_visual_grey="#3e4452"
|
||||
onedark_comment_grey="#5c6370"
|
||||
|
||||
# color scheme (styled as vim-powerline)
|
||||
set -g status-left-length 52
|
||||
set -g status-right-length 451
|
||||
|
||||
@@ -7,3 +7,4 @@ Ubuntu
|
||||
PostgreSQL
|
||||
reprovisioning
|
||||
hardcoded
|
||||
deduplicating
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user