srijan-paul / dotfiles

just the way I like it :^)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

My terminal, shell and editor configuration files. Currently, I use:

Installation

  1. Clone the repo into a directory called "dotfiles", and then:
cd dotfiles
mkdir -p ~/.config
link -s coc ~/.config/coc
link -s nvim ~/.config/nvim
link -s kitty ~/.config/kitty
link -s .zshrc ~/.zshrc
  1. If you try to launch kitty at this point, you may get some errors when the terminal tries to load the config. This is because it's unable to find the themes.

  2. You need to execute ./kitty-themes-clone.sh to initialize the kitty themes. Make sure this is done from the root of the dotfiles project.

  3. After this, you'll need to install vim-plug. Once done, open dotfiles/nvim/init.vim, and execute a :PlugInstall command.

About

just the way I like it :^)


Languages

Language:Lua 79.4%Language:Shell 16.6%Language:Vim Script 4.1%