mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-16 23:34:42 +04:00
upd
This commit is contained in:
parent
67857e5ae8
commit
9b79d32c60
6 changed files with 201 additions and 6 deletions
|
|
@ -12,7 +12,7 @@ function read_confirm
|
|||
end
|
||||
|
||||
function fish_greeting
|
||||
if status is-interactive && ! test -f /encrypt/.exists
|
||||
if status is-interactive && ! test -f /encrypt/.exists && test -f ~/encrypted.vhdx
|
||||
if test -f /tmp/.skip-encrypt
|
||||
echo "Encrypted drive not installed"
|
||||
return
|
||||
|
|
@ -42,7 +42,7 @@ if test -x ~/.rbenv/bin/rbenv
|
|||
~/.rbenv/bin/rbenv init - fish | source
|
||||
end
|
||||
if test -f ~/.opam/opam-init/init.fish
|
||||
source /home/r3vdy-2-b10vv/.opam/opam-init/init.fish
|
||||
source ~/.opam/opam-init/init.fish
|
||||
end
|
||||
alias clear="printf '\033[2J\033[3J\033[1;1H'"
|
||||
export PATH="$PATH:$HOME/.bin:$HOME/.local/bin"
|
||||
|
|
|
|||
|
|
@ -1,2 +1,19 @@
|
|||
include ~/.cache/wal/colors-kitty.conf
|
||||
font_family FiraCode Nerd Font Mono
|
||||
font_family Fira Code Nerd Font Mono
|
||||
|
||||
map alt+1 first_window
|
||||
map alt+2 second_window
|
||||
map alt+3 third_window
|
||||
map alt+4 forth_window
|
||||
map alt+5 fifth_window
|
||||
map alt+6 sixth_window
|
||||
map alt+7 seventh_window
|
||||
map alt+r start_resizing_window
|
||||
|
||||
map alt+enter launch --location=neighbor --cwd=current
|
||||
|
||||
allow_remote_control yes
|
||||
listen_on unix:/tmp/mykitty
|
||||
|
||||
scrollback_lines 10000
|
||||
scrollback_pager nvim
|
||||
scrollback_pager_history_size 100
|
||||
|
|
|
|||
|
|
@ -3,7 +3,9 @@ call plug#begin()
|
|||
Plug 'kyazdani42/nvim-web-devicons'
|
||||
Plug 'romgrk/barbar.nvim'
|
||||
Plug 'jiangmiao/auto-pairs'
|
||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||
if executable('node')
|
||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||
endif
|
||||
Plug 'spinks/vim-leader-guide'
|
||||
Plug 'feline-nvim/feline.nvim'
|
||||
Plug 'folke/tokyonight.nvim', { 'branch': 'main' }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue