mirror of
https://github.com/mintycube/dotfiles.git
synced 2024-10-22 14:05:41 +02:00
bad commit message
This commit is contained in:
parent
9d62ecffdb
commit
c16ec0c04c
@ -66,8 +66,9 @@ cmd lazygit ${{
|
|||||||
}}
|
}}
|
||||||
|
|
||||||
|
|
||||||
cmd live_sever ${{
|
cmd live_server ${{
|
||||||
killall live-server; setsid -f live-server "$f"
|
killall live-server
|
||||||
|
setsid -f live-server "$f"
|
||||||
}}
|
}}
|
||||||
|
|
||||||
cmd ff $ff "$(echo $*)"
|
cmd ff $ff "$(echo $*)"
|
||||||
@ -164,7 +165,7 @@ map gl ${{clear; git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%C
|
|||||||
# Bindings
|
# Bindings
|
||||||
map / :fzf_search
|
map / :fzf_search
|
||||||
map ? :fzf_grep
|
map ? :fzf_grep
|
||||||
map S live_server
|
map <c-l> live_server
|
||||||
map J $lf -remote "send $id cd $(sed -e 's/\s*#.*//' -e '/^$/d' -e 's/^\S*\s*//' ${XDG_CONFIG_HOME:-$HOME/.config}/shell/bm-dirs | fzf)"
|
map J $lf -remote "send $id cd $(sed -e 's/\s*#.*//' -e '/^$/d' -e 's/^\S*\s*//' ${XDG_CONFIG_HOME:-$HOME/.config}/shell/bm-dirs | fzf)"
|
||||||
map gh lazygit
|
map gh lazygit
|
||||||
map gg top
|
map gg top
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
-- local vim.api.nvim_create_augroup = vim.api.nvim_create_augroup
|
|
||||||
|
|
||||||
-- [[ Highlight on yank ]]
|
-- [[ Highlight on yank ]]
|
||||||
vim.api.nvim_create_autocmd("TextYankPost", {
|
vim.api.nvim_create_autocmd("TextYankPost", {
|
||||||
callback = function()
|
callback = function()
|
||||||
|
@ -1,21 +0,0 @@
|
|||||||
!! vim: filetype=xdefaults
|
|
||||||
|
|
||||||
*.background: #101010
|
|
||||||
*.foreground: #d0d0d0
|
|
||||||
*.cursorColor: #d0d0d0
|
|
||||||
*.color0: #101010
|
|
||||||
*.color8: #303030
|
|
||||||
*.color1: #960050
|
|
||||||
*.color9: #ff0090
|
|
||||||
*.color2: #66aa11
|
|
||||||
*.color10: #80ff00
|
|
||||||
*.color3: #7e40a5
|
|
||||||
*.color11: #bb88dd
|
|
||||||
*.color4: #c47f2c
|
|
||||||
*.color12: #ffba68
|
|
||||||
*.color5: #30309b
|
|
||||||
*.color13: #5f5fee
|
|
||||||
*.color6: #3579a8
|
|
||||||
*.color14: #4eb4fa
|
|
||||||
*.color7: #9999aa
|
|
||||||
*.color15: #d0d0d0
|
|
@ -1,21 +1,21 @@
|
|||||||
!! vim: filetype=xdefaults
|
!! vim: filetype=xdefaults
|
||||||
|
|
||||||
*.foreground: #f8f8f2
|
*.foreground: #fcfcfa
|
||||||
*.background: #272822
|
*.background: #2d2a2e
|
||||||
*.cursorColor: #f8f8f2
|
*.cursorColor: #f8f8f2
|
||||||
*.color0: #272822
|
*.color0: #403e41
|
||||||
*.color8: #75715e
|
*.color8: #727072
|
||||||
*.color1: #f92672
|
*.color1: #FF6188
|
||||||
*.color9: #f92672
|
*.color9: #FF6188
|
||||||
*.color2: #a6e22e
|
*.color2: #A9DC76
|
||||||
*.color10: #a6e22e
|
*.color10: #A9DC76
|
||||||
*.color3: #f4bf75
|
*.color3: #FFD866
|
||||||
*.color11: #f4bf75
|
*.color11: #FFD866
|
||||||
*.color4: #66d9ef
|
*.color4: #ff8866
|
||||||
*.color12: #66d9ef
|
*.color12: #ff8866
|
||||||
*.color5: #ae81ff
|
*.color5: #AB9DF2
|
||||||
*.color13: #ae81ff
|
*.color13: #AB9DF2
|
||||||
*.color6: #a1efe4
|
*.color6: #78DCE8
|
||||||
*.color14: #a1efe4
|
*.color14: #78DCE8
|
||||||
*.color7: #f8f8f2
|
*.color7: #fcfcfa
|
||||||
*.color15: #f9f8f5
|
*.color15: #fcfcfa
|
||||||
|
@ -1,21 +0,0 @@
|
|||||||
!! vim: filetype=xdefaults
|
|
||||||
|
|
||||||
*.foreground: #fcfcfa
|
|
||||||
*.background: #2d2a2e
|
|
||||||
*.cursorColor: #f8f8f2
|
|
||||||
*.color0: #403e41
|
|
||||||
*.color8: #727072
|
|
||||||
*.color1: #FF6188
|
|
||||||
*.color9: #FF6188
|
|
||||||
*.color2: #A9DC76
|
|
||||||
*.color10: #A9DC76
|
|
||||||
*.color3: #FFD866
|
|
||||||
*.color11: #FFD866
|
|
||||||
*.color4: #ff8866
|
|
||||||
*.color12: #ff8866
|
|
||||||
*.color5: #AB9DF2
|
|
||||||
*.color13: #AB9DF2
|
|
||||||
*.color6: #78DCE8
|
|
||||||
*.color14: #78DCE8
|
|
||||||
*.color7: #fcfcfa
|
|
||||||
*.color15: #fcfcfa
|
|
85
.config/x11/xrdb/color/mountain
Normal file
85
.config/x11/xrdb/color/mountain
Normal file
@ -0,0 +1,85 @@
|
|||||||
|
!! vim: filetype=xdefaults
|
||||||
|
|
||||||
|
*.foreground: #e6e6e6
|
||||||
|
*.background: #0f0f0f
|
||||||
|
*.cursorColor: #e6e6e6
|
||||||
|
*.color0: #0f0f0f
|
||||||
|
*.color8: #4b4b4b
|
||||||
|
*.color1: #bb999b
|
||||||
|
*.color9: #ac8a8c
|
||||||
|
*.color2: #8aac8b
|
||||||
|
*.color10: #99bb9a
|
||||||
|
*.color3: #aca98a
|
||||||
|
*.color11: #b3b091
|
||||||
|
*.color4: #9691b3
|
||||||
|
*.color12: #8F8AAC
|
||||||
|
*.color5: #C49EC4
|
||||||
|
*.color13: #b58fb5
|
||||||
|
*.color6: #8fb4b5
|
||||||
|
*.color14: #9EC3C4
|
||||||
|
*.color7: #e6e6e6
|
||||||
|
*.color15: #d8d8d8
|
||||||
|
|
||||||
|
! M.base_30 = {
|
||||||
|
! white = "#F0f0f0",
|
||||||
|
! darker_black = "#090909",
|
||||||
|
! black = "#0f0f0f", -- nvim bg
|
||||||
|
! black2 = "#181818",
|
||||||
|
! one_bg = "#191919",
|
||||||
|
! one_bg2 = "#222222",
|
||||||
|
! one_bg3 = "#2a2a2a",
|
||||||
|
! grey = "#373737",
|
||||||
|
! grey_fg = "#414141",
|
||||||
|
! grey_fg2 = "#4b4b4b",
|
||||||
|
! light_grey = "#535353",
|
||||||
|
! red = "#ac8a8c",
|
||||||
|
! baby_pink = "#bb999b",
|
||||||
|
! pink = "#AC8AAC",
|
||||||
|
! line = "#242424", -- for lines like vertsplit
|
||||||
|
! green = "#8aac8b",
|
||||||
|
! vibrant_green = "#99bb9a",
|
||||||
|
! blue = "#9691b3",
|
||||||
|
! nord_blue = "#8F8AAC",
|
||||||
|
! yellow = "#ACA98A",
|
||||||
|
! sun = "#b3b091",
|
||||||
|
! purple = "#C49EC4",
|
||||||
|
! dark_purple = "#b58fb5",
|
||||||
|
! teal = "#8fb4b5",
|
||||||
|
! orange = "#9d9a7b",
|
||||||
|
! cyan = "#9EC3C4",
|
||||||
|
! statusline_bg = "#131313",
|
||||||
|
! lightbg = "#292929",
|
||||||
|
! pmenu_bg = "#8aac8b",
|
||||||
|
! folder_bg = "#8F8AAC",
|
||||||
|
! }
|
||||||
|
!
|
||||||
|
! M.base_16 = {
|
||||||
|
! base00 = "#0f0f0f",
|
||||||
|
! base01 = "#151515",
|
||||||
|
! base02 = "#191919",
|
||||||
|
! base03 = "#222222",
|
||||||
|
! base04 = "#535353",
|
||||||
|
! base05 = "#d8d8d8",
|
||||||
|
! base06 = "#e6e6e6",
|
||||||
|
! base07 = "#f0f0f0",
|
||||||
|
! base08 = "#b18f91",
|
||||||
|
! base09 = "#d8bb92",
|
||||||
|
! base0A = "#b1ae8f",
|
||||||
|
! base0B = "#8aac8b",
|
||||||
|
! base0C = "#91b2b3",
|
||||||
|
! base0D = "#a5a0c2",
|
||||||
|
! base0E = "#ac8aac",
|
||||||
|
! base0F = "#b39193",
|
||||||
|
! }
|
||||||
|
!
|
||||||
|
! M.polish_hl = {
|
||||||
|
! treesitter = {
|
||||||
|
! ["@variable"] = { fg = M.base_16.base05 },
|
||||||
|
! },
|
||||||
|
! }
|
||||||
|
!
|
||||||
|
! M.type = "dark"
|
||||||
|
!
|
||||||
|
! M = require("base46").override_theme(M, "mountain")
|
||||||
|
!
|
||||||
|
! return M
|
@ -8,19 +8,13 @@ Xcursor.size: 24
|
|||||||
|
|
||||||
! Choices: tokyonight, rosepine, cellia, custom-onedark, ashes
|
! Choices: tokyonight, rosepine, cellia, custom-onedark, ashes
|
||||||
! dracula, eighties, lighthaus, violla,, gruvchad, evergarden,
|
! dracula, eighties, lighthaus, violla,, gruvchad, evergarden,
|
||||||
! gruvbox-material, monokai-pro, nord, ocean, oxocarbon, tomorrow,
|
! gruvbox, monokai, nord, ocean, oxocarbon, tomorrow, mountain
|
||||||
! catpuccin, kanagawa, tokyodark, terafox, duskfox, nordfox, rhxyn
|
! catpuccin, kanagawa, tokyodark, terafox, duskfox, nordfox, rhxyn
|
||||||
#include "xrdb/color/tokyonight"
|
#include "xrdb/color/tokyonight"
|
||||||
|
|
||||||
! ▄█▀▀█▀
|
! ▄█▀▀█▀
|
||||||
|
|
||||||
! st.font: Berkeley Mono:style=Regular:size=11
|
|
||||||
! st.font: MonoLisa:style:Regular:size=10
|
|
||||||
! st.font: CaskaydiaCove Nerd Font:style:Regular:size=10
|
! st.font: CaskaydiaCove Nerd Font:style:Regular:size=10
|
||||||
! st.font: Iosevka NF:style:Regular:size=11
|
|
||||||
! st.font: MesloLGS Nerd Font:style:Regular:size=10
|
|
||||||
! st.font: Comic Code:style:Regular:size=11
|
|
||||||
! st.font: Source Code Pro:style:Regular:size=11
|
|
||||||
st.font: JetBrainsMono Nerd Font:style:Medium:size=10
|
st.font: JetBrainsMono Nerd Font:style:Medium:size=10
|
||||||
st.borderpx: 10
|
st.borderpx: 10
|
||||||
st.alpha: 1.0
|
st.alpha: 1.0
|
||||||
|
@ -16,6 +16,7 @@ options = {
|
|||||||
f" Bar colors": bar_colors_toggle,
|
f" Bar colors": bar_colors_toggle,
|
||||||
f" Edit Configs": "st -e confedit",
|
f" Edit Configs": "st -e confedit",
|
||||||
f" Web Search": "dmenu_web",
|
f" Web Search": "dmenu_web",
|
||||||
|
f" Handler": "dmenuhandler",
|
||||||
f" Keybinds": "keybinds",
|
f" Keybinds": "keybinds",
|
||||||
f" Mount": "mounter",
|
f" Mount": "mounter",
|
||||||
f" Unmount": "unmounter",
|
f" Unmount": "unmounter",
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Feed this script a link and it will give dmenu
|
# Feed this script a link and it will give dmenu
|
||||||
# some choice programs to use to open it.
|
# some choice programs to use to open it.
|
||||||
feed="${1:-$(true | dmenu -p 'Paste URL or file path')}"
|
feed="${1:-$(true | dmenu -bw 2 -Y 190 -X 333 -W 700 -p 'Paste: ')}"
|
||||||
|
|
||||||
case "$(printf " Search in Browser\\n Open in Browser\\n Copy Selection\\n Queue Video\\n Queue Audio\\n Queue Download\\n Play\\n Play (loop)\\n View Image\\n Set Background\\n Open PDF\\n Open in Vim" | dmenu -i -l 16 -W 200 -Y 15 -X 1151 -bw 2)" in
|
case "$(printf " Search in Browser\\n Open in Browser\\n Copy Selection\\n Queue Video\\n Queue Audio\\n Queue Download\\n Play\\n Play (loop)\\n View Image\\n Set Background\\n Open PDF\\n Open in Vim" | dmenu -i -l 16 -W 200 -Y 15 -X 1151 -bw 2)" in
|
||||||
" Copy Selection") echo "$feed" | xclip -selection clipboard ;;
|
" Copy Selection") echo "$feed" | xclip -selection clipboard ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user