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