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. +