From 509a5657c126e7070769c1bac2b3a2826bbcc977 Mon Sep 17 00:00:00 2001 From: talksik Date: Sun, 10 Sep 2023 14:20:21 -0700 Subject: [PATCH] conf --- .config/nvim/after/plugin/lualine.lua | 2 +- README.md | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.config/nvim/after/plugin/lualine.lua b/.config/nvim/after/plugin/lualine.lua index 6629c4d..9ee6d44 100644 --- a/.config/nvim/after/plugin/lualine.lua +++ b/.config/nvim/after/plugin/lualine.lua @@ -6,7 +6,7 @@ require('lualine').setup { sections = { lualine_a = { { 'filename', - path = 1, + path = 3, } } } diff --git a/README.md b/README.md index 32d482c..6126d32 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ -# talksik dotfiles -# Clone +## Clone ``` cd ~ git init @@ -9,6 +8,11 @@ git fetch git checkout origin/master -ft ``` +## Dependencies +``` +$ sudo apt install fzf picom feh xclip +``` + ## Nix 1. install nix based on their website 2. `nix-shell` from $HOME to launch shell based on `shell.nix` @@ -23,3 +27,4 @@ git checkout origin/master -ft #### Details All plugin related remaps are in their respective files. +