This commit is contained in:
talksik
2023-09-10 14:20:21 -07:00
parent b88a1c2e43
commit 509a5657c1
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ require('lualine').setup {
sections = { sections = {
lualine_a = { lualine_a = {
{ 'filename', { 'filename',
path = 1, path = 3,
} }
} }
} }
+7 -2
View File
@@ -1,6 +1,5 @@
# talksik dotfiles ## Clone
# Clone
``` ```
cd ~ cd ~
git init git init
@@ -9,6 +8,11 @@ git fetch
git checkout origin/master -ft git checkout origin/master -ft
``` ```
## Dependencies
```
$ sudo apt install fzf picom feh xclip
```
## Nix ## Nix
1. install nix based on their website 1. install nix based on their website
2. `nix-shell` from $HOME to launch shell based on `shell.nix` 2. `nix-shell` from $HOME to launch shell based on `shell.nix`
@@ -23,3 +27,4 @@ git checkout origin/master -ft
#### Details #### Details
All plugin related remaps are in their respective files. All plugin related remaps are in their respective files.