Added p10k and vim configurations

This commit is contained in:
Gu://em_ 2024-12-23 16:43:44 +01:00
parent 013899c0c8
commit 4f35e582b2
2 changed files with 1736 additions and 0 deletions

1720
.p10k.zsh Normal file

File diff suppressed because it is too large Load diff

16
.vimrc Normal file
View file

@ -0,0 +1,16 @@
syntax on
filetype plugin indent on
set autoindent
set smartindent
set shiftwidth=4
set tabstop=4
set expandtab
set softtabstop=4
set relativenumber
set number
set showmatch
set cindent