conf
This commit is contained in:
@@ -6,7 +6,7 @@ require('lualine').setup {
|
||||
sections = {
|
||||
lualine_a = {
|
||||
{ 'filename',
|
||||
path = 1,
|
||||
path = 3,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user