dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit 8a47150452379de03a9603db636b3cce4e62401d
parent b6f922bde6d2429cbeecf88be7466225ed8b509b
Author: Ashymad <czilukim@o2.pl>
Date:   Fri, 27 Apr 2018 11:07:19 +0200

Merge branch 'master' into notwobug

Diffstat:
Mcava/.config/cava/config | 2+-
Mfish/.config/fish/functions/aur-vcsync.fish | 12+++---------
Mfish/.config/fish/functions/aur.fish | 2++
Amlterm/.mlterm/aafont | 53+++++++++++++++++++++++++++++++++++++++++++++++++++++
Amlterm/.mlterm/challenge | 2++
Amlterm/.mlterm/color | 17+++++++++++++++++
Amlterm/.mlterm/main | 276+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Amlterm/.mlterm/msg.log | 1+
Mnvim/.config/nvim/init.vim | 6++----
9 files changed, 357 insertions(+), 14 deletions(-)

diff --git a/cava/.config/cava/config b/cava/.config/cava/config @@ -161,7 +161,7 @@ foreground = '#00aa00' # Percentage value for integral smoothing. Takes values from 0 - 100. # Higher values means smoother, but less precise. 0 to disable. -; integral = 90 +integral = 99 # Disables or enables the so-called "Monstercat smoothing" with or without "waves". Set to 0 to disable. ; monstercat = 1 diff --git a/fish/.config/fish/functions/aur-vcsync.fish b/fish/.config/fish/functions/aur-vcsync.fish @@ -4,18 +4,12 @@ function aur-vcsync msg1 "Checking newest commit of repositories..." aur srcver ~/.cache/aurutils/sync/*-$vcs_list > /tmp/vcs.tmp msg1 "Comparing to locally installed versions..." - set updates (aur vercmp -p /tmp/vcs.tmp -d custom-aur) + set updates (aur vercmp -p /tmp/vcs.tmp -d custom-aur | awk '{print $1}' | sed 's/:$//') if test -z "$updates" msg3 "There is nothing to do" exit end - for update in $updates - echo Updating $update... - aur sync --no-ver \ - --repo custom-aur \ - (echo $update \ - | awk '{print $1}' \ - | sed 's/:$//') - end + msg1 "Updating $updates" + aur sync --no-ver --repo custom-aur $updates end diff --git a/fish/.config/fish/functions/aur.fish b/fish/.config/fish/functions/aur.fish @@ -1,6 +1,8 @@ function aur --wraps aur if test -f "$HOME/.config/fish/functions/aur-$argv[1].fish" eval "aur-$argv[1]" $argv[2..-1] + else if test -f "/usr/share/aurutils/contrib/aur-$argv[1]" + bash -- "/usr/share/aurutils/contrib/aur-$argv[1]" $argv[2..-1] else /usr/bin/aur $argv end diff --git a/mlterm/.mlterm/aafont b/mlterm/.mlterm/aafont @@ -0,0 +1,53 @@ +DEFAULT=Monofur Nerd Font + +#ISO8859_1=Courier 10 Pitch +#ISO8859_2=Thryomanes +#ISO8859_3=Thryomanes +#ISO8859_4=Thryomanes +#ISO8859_5=Thryomanes +#ISO8859_7=Thryomanes +#ISO8859_9=Thryomanes +#ISO8859_10=Thryomanes +#ISO8859_13=Thryomanes +#ISO8859_14=Thryomanes +#ISO8859_15=Thryomanes +#KOI8_R=Nimbus Mono L +#KOI8_U=Nimbus Mono L +#JISX0208_1978=Kochi Gothic +#JISX0208_1983=Kochi Gothic +#JISX0208_1990=Kochi Gothic +#KSX1001_1997=dotum +#BIG5=AR PL Mingti2L Big5 +#GB2312_80=AR PL SungtiL GB +#GBK=AR PL SungtiL GB + +#ISO10646_UCS4_1=Courier 10 Pitch +#ISO10646_UCS4_1=Thryomanes + +# Japanese speakers may want to enable the following setting. +#ISO10646_UCS4_1_FULLWIDTH=Kochi Gothic +# Unicode Hankaku kana. +#U+FF61-FF9F=Kochi Gothic + +# Korean speakers may want to enable the following setting. +#ISO10646_UCS4_1_FULLWIDTH=dotum + +# Traditional Chinese speakers may want to enable the following setting. +#ISO10646_UCS4_1_FULLWIDTH=AR PL Mingti2L Big5 + +# Simplified Chinese speakers may want to enable the following setting. +#ISO10646_UCS4_1_FULLWIDTH=AR PL SungtiL GB + +#ISCII_ASSAMESE = AS-TTDurga 26 +ISCII_BENGALI = BN-TTDurga 26 +#ISCII_GUJARATI = GJ-TTAvantika 21 +ISCII_HINDI = DV-TTYogesh 23 +#ISCII_KANNADA = KN-TTUma 25 +#ISCII_MALAYALAM = ML-TTKarthika 23 +#ISCII_ORIYA = OR-TTSarala 26 +#ISCII_PUNJABI = PN-TTAmar 30 +ISCII_TAMIL = TM-TTValluvar 18 +#ISCII_TELUGU = TL-TTHemalatha 25 + +# For powerline. +#U+E000-E0FF = PowerlineSymbols diff --git a/mlterm/.mlterm/challenge b/mlterm/.mlterm/challenge @@ -0,0 +1 @@ +2065480998 +\ No newline at end of file diff --git a/mlterm/.mlterm/color b/mlterm/.mlterm/color @@ -0,0 +1,17 @@ +black=#000000 +red=#a80000 +green=#00a800 +yellow=#a85400 +blue=#0000a8 +magenta=#a800a8 +cyan=#00a8a8 +white=#a8a8a8 +hl_black=#545454 +hl_red=#fc5454 +hl_green=#54fc54 +hl_yellow=#fcfc54 +hl_blue=#5454fc +hl_magenta=#fc54fc +hl_cyan=#54fcfc +hl_white=#fcfcfc + diff --git a/mlterm/.mlterm/main b/mlterm/.mlterm/main @@ -0,0 +1,276 @@ +# +# Copy to ~/.mlterm/main +# + +# -- Window -- + +# display = + +# geometry = + +# app_name = mlterm + +# title = mlterm + +# icon_name = mlterm + +# icon_path = + +# screen_width_ratio = 100 + +# inner_border = 2 + +# layout_inner_border = 0 + +# -- Terminal -- +# use_login_shell = false + +# (xterm,mlterm,kterm) +termtype = mlterm-256color + +# max_ptys = 32 + +# startup_screens = 1 + +# default_cell_size = 8,16 + +# console_sixel_colors = 16 + +# -- Encoding -- +# (ISO-8859-[1-11], ISO-8859-[13-16], TIS-620 (same as ISO-8859-11), +# KOI8-[RUT], ISCII, VISCII, TCVN5712, GEORGIAN_PS, CP125[0-8], CP874, +# EUC-JP, EUC-JISX0213, Shift_JIS, Shift_JISX0213, ISO-2022-JP[1-3], +# EUC-KR, UHC, JOHAB, ISO-2022-KR, GB2312 (EUC-CN), GBK, GB18030, +# ISO-2022-CN, HZ, EUC-TW, BIG5, BIG5HKSCS, UTF-8, AUTO) +# ENCODING = auto + +# use_ctl = true + +# (normal,left,right) +# bidi_mode = normal + +# bidi_separators = + +# use_combining = true + +# use_dynamic_comb = false + +# (assamese,bengali,gujarati,hindi,kannada,malayalam,oriya,punjabi,roman,tamil,telugu) +# iscii_lang = malayalam + +# big5_buggy = false + +# col_size_of_width_a = 1 + +# (none,cjk,mongol) +# vertical_mode = none + +# use_vertical_cursor = false + +# use_multi_column_char = false + +# receive_string_via_ucs = false + +# auto_detect_encodings = + +# use_auto_detect = false + +# console_encoding = auto + +# -- Font -- +fontsize = 22 + +# font_size_range = 6-30 + +# step_in_changing_font_size = 1 + +# use_point_size = false + +# use_variable_column_width = false + +# type_engine = cairo + +# use_anti_alias = false + +# use_cp932_ucs_for_xft = true + +# not_use_unicode_font = false + +# unicode_noconv_areas = + +# only_use_unicode_font = false + +# iso88591_font_for_usascii = false + +# box_drawing_font = noconv + +# compose_dec_special_font = false + +# use_bold_font = true + +# use_italic_font = true + +# leftward_double_drawing = false + +# unicode_full_width_areas = + +# unicode_half_width_areas = + +# use_ot_layout = false + +# ot_script = latn + +# ot_features = liga,clig,dlig,hlig,rlig + +# emoji_path = + +# -- Appearance -- +# use_transbg = false + +# alpha = 255 + +# (8,16,24,32) +# depth = 0 + +use_scrollbar = false + +# scrollbar_mode = left + +# (simple,sample,sample2,sample3,next,motif,athena,mozmodern) +# scrollbar_view_name = simple + +fg_color = white + +bg_color = black + +# sb_fg_color = + +# sb_bg_color = + +# cursor_fg_color = + +# cursor_bg_color = + +# bd_color = + +# it_color = + +# ul_color = + +# bl_color = + +# co_color = + +# vt_color_mode = high + +# hide_underline = false + +# underline_offset = 0 + +# baseline_offset = 0 + +# wall_picture = + +# fade_ratio = 100 + +# brightness = 100 + +# contrast = 100 + +# gamma = 100 + +# line_space = 0 + +# letter_space = 0 + +borderless = true + +# blink_cursor = false + +# -- Others -- +# use_xim = true + +# (xim,uim,scim,m17n-lib,ibus,fcitx,wnn,canna,skk,iiimf,none) +# input_method = xim + +# tabsize = 8 + +# logsize = 128 + +# word_separators = " ,.:;/@" + +# regard_uri_as_word = false + +# (none,mod1,mod2,mod3,mod4,meta,alt,super,hyper) +mod_meta_key = alt + +# (none,esc,8bit) +mod_meta_mode = esc + +# (none,sound,visual,sound|visual) +# bel_mode = sound + +# use_urgent_bell = false + +# (none,blend,genuine) +# daemon_mode = none + +# use_extended_scroll_shortcut = false + +# init_str = + +# click_interval = 250 + +# static_backscroll_mode = false + +# exit_backscroll_by_pty = false + +# logging_vt_seq = false + +# (raw,ttyrec) +# vt_seq_format = raw + +# use_clipboard = true + +# logging_msg = true + +# server_list = + +# default_server = + +# always_show_dialog = false + +# ssh_public_key = + +# ssh_private_key = + +# cipher_list = + +# ssh_keepalive_interval = 0 + +# ssh_x11_forwarding = false + +# allow_scp = false + +# ssh_auto_reconnect = false + +# auto_restart = true + +# allow_osc52 = false + +# use_local_echo = false + +# use_alt_buffer = true + +# use_ansi_colors = true + +# allow_change_shortcut = false + +# working_directory = + +# trim_trailing_newline_in_pasting = false + +# broadcast = false + +# ignore_broadcasted_chars = false +conf_menu_path_2 = mlterm-zoom diff --git a/mlterm/.mlterm/msg.log b/mlterm/.mlterm/msg.log @@ -0,0 +1 @@ +Apr 27 10:53:41[5306] Font(id 2d1) width(28) is not matched with standard width(22). diff --git a/nvim/.config/nvim/init.vim b/nvim/.config/nvim/init.vim @@ -23,7 +23,6 @@ Plug 'vim-scripts/indentpython.vim' Plug 'Vimjas/vim-python-pep8-indent' " LaTeX -" Plug 'vim-latex/vim-latex' Plug 'lervag/vimtex' " R @@ -67,15 +66,14 @@ function SetTeXOptions() endfunction let g:vimtex_view_method = 'zathura' - -let g:vimtex_view_zathura_options = '-x "nvr --servername ' . v:servername . ' +%{line} %{input}"' +let g:vimtex_compiler_progname = 'nvr' map <C-l> :NERDTreeToggle<CR> let g:ycm_python_binary_path = 'python' if !exists('g:ycm_semantic_triggers') -let g:ycm_semantic_triggers = {} + let g:ycm_semantic_triggers = {} endif let g:ycm_semantic_triggers.tex = g:vimtex#re#youcompleteme