cenomla / dotfiles

linux configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Linux configuration

Dependencies

  • Git
  • Neovim
  • zsh
    • zsh-completions
    • zsh-syntax-highlighting
  • fzf
  • rg
  • Kitty

Installation

  • Add the following lines to your nvim config:
vim.opt.rtp:append("<path-to-dotfiles>/nvim")
require("cenomla")
  • Copy kitty.conf to ~/.config/kitty/kitty.conf
  • Source zshrc from your zshrc file
  • Source zshenv from your zshenv file

About

linux configuration

License:MIT License


Languages

Language:Lua 90.4%Language:Shell 9.6%