Skip to content

SerhatTeker/dotfiles

Repository files navigation

Serhat's dotfiles

My personal dotfiles.

Always WIP.

If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don’t want or need. Don’t use my settings AS IS unless you know what that entails.

Screenshots

LunarVim

Show More Screenshot

Nvim

tmux

Nvim

fzf

On a new machine

# Base `install.sh` will call all necessary install scripts.
$ ./install.sh

# generate and add new SSH key
# https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent

# Open NeoVim, it will automatically install all plugins.
$ nvim

Post Install

There is no need to do anything. All covered by install.sh script.