Skip to content

dorukozerr/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My dotfiles

  • Install script will backup your ~/.vimrc, ~/.vim/, ~/.zshrc, ~/.config/tmux/, ~/.scripts/ files and folders to ~/dotfiles_backup_<timestamp>/ folder and installs my settings. I did this to install my environment but you can use also if you want >.<
  • I only did this on macos I don't know if it is compatible with other OS's, but it should be compatible with linux I guess but I didn't tested it.
  • My cli based todo app being used in zshrc file. Either install it or remove that part from zshrc.
  • I tried to keep my vim configuration minimal as possible, instead of third party plugin managers like Vundle or vim-plug I used Vim's native solution. I also created a script to update vim plugins feel free to check it out.
  • FZF plugin has some dependencies to install them run brew install fzf bat ripgrep the_silver_searcher perl universal-ctags.

Vim Plugins

CoC Extensions

Language Support

Tools and Formatting

Installation Script

curl -o- https://raw.githubusercontent.com/dorukozerr/dotfiles/main/install.sh | bash

Note

  • Run :helptags ALL to sync vim help command with installed plugins and extensions.

screenshot screenshot

Vim shortcuts configured manually

  • Leader key is remapped to space.
Keys Description Mode
ctrl j Open coc autocomplete suggestions i
ctrl k ctrl i Coc do hover ì
j k Exit insert mode i
ctrl k ctrl i Coc do hover n
g d Coc open definition in split n
g t Coc open type definition in split n
ctrl f Scroll down on coc floating window n
ctrl b Scroll up on coc floating window n
ctrl f Scroll down on coc floating window i
ctrl b Scroll up on coc floating window i
ctrl f Scroll down on coc floating window v
ctrl b Scroll up on coc floating window v
leader t Open Netrw n
leader p Fzf file search n
leader f Fzf grep search n
leader b n Go to next buffer (buffer next) n
leader b p Go to prev buffer (buffer prev) n
leader b c Close all buffers except active one n
leader i p w Increase pane width n
leader d p w Decrease pane width n
leader i p h Increase pane height n
leader d p h Decrease pane height n
leader s Save buffer n 

Keta Theme

A soft, pastel color scheme named after my cat, featuring gentle pinks and greens.

Label Color Code Preview
Background #030303 #030303
Text #E6DDE1 #E6DDE1
Bold Text #F7F0F3 #F7F0F3
Cursor #96B8B6 #96B8B6
Selection #2D3747 #2D3747
Normal Black #121212 #121212
Normal Red #D48C8C #D48C8C
Normal Green #B5A7C4 #B5A7C4
Normal Yellow #C38EA1 #C38EA1
Normal Blue #96B0A4 #96B0A4
Normal Magenta #C19DBD #C19DBD
Normal Cyan #B1C0AB #B1C0AB
Normal White #EAEAEA #EAEAEA
Bright Black #2A2A2A #2A2A2A
Bright Red #E9A3A3 #E9A3A3
Bright Green #CFBDE3 #CFBDE3
Bright Yellow #DCAEC1 #DCAEC1
Bright Blue #B0CDC3 #B0CDC3
Bright Magenta #D9B2D6 #D9B2D6
Bright Cyan #C9D8C3 #C9D8C3
Bright White #FFFFFF #FFFFFF

About

Y-yamete terminal-kun!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published