dhnam / dotfiles

dotfiles using yadm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

My own dotfiles, for zsh (+oh-my-zsh +p10k combo) & nvim (w/ plugins)

Note that some keybinds (telescope for example) is quite arbitary.

Is subject to change.

Managed with yadm.

Prerequirement

I didn't use bootstrap, so here's prerequirement (I believe those are all I need)

zsh / oh-my-zsh / p10k / nvim / vim-plug / pyenv

After install those, pull from this repo using yadm pull, and head to vi (neovim), execute :PlugInstall to install all of those plugins.

After that, download some LSP in need using :Mason.

About .zshrc

It's the original file I use, so it contains some of path specific to my env.

Edit them as you need.

Font

Every Nerd-patched font (/w Nerd Font 3.0+) works, but I used D2CodingNerdFontMono-Regular.

Font can be found here. (Not official, but used patcher.)

Note that Official D2Coding nerd font is ligature vertion, so it might broke <Key>=test into <Key≥test. Use at own risk.

Preview

스크린샷 2024-03-19 221253

스크린샷 2024-03-19 222847

About

dotfiles using yadm


Languages

Language:Shell 88.8%Language:Lua 9.2%Language:Vim Script 1.9%