This commit is contained in:
talksik
2023-11-17 23:02:36 -08:00
parent 6404b9bca4
commit 20ec1cc281
3 changed files with 33 additions and 11 deletions
+12 -8
View File
@@ -1,6 +1,6 @@
## Clone
```
```bash
cd ~
git init
git remote add origin [my-repo]
@@ -9,8 +9,12 @@ git checkout origin/master -ft
```
## Dependencies
```
```bash
$ sudo apt install net-tools
$ sudo apt install fzf picom feh xclip
$ sudo apt install polybar
# for i3 install, make sure you get version > 4.22 for gaps to work
```
## Nix
@@ -18,12 +22,12 @@ $ sudo apt install fzf picom feh xclip
2. `nix-shell` from $HOME to launch shell based on `shell.nix`
## nvim setup
1. run `nix-shell` from $HOME. The `shell.nix` in this repo should have neovim, ripgrep, and packer as dependencies.
2. open nvim anywhere. `nvim .`
3. run `:PackerSync`
- if this doesn't work, try this to get nvim to load packer: `git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim`
4. `:q` and then again `nvim .`
```bash
# get neovim from whereever but make sure that its a newer version
$ sudo snap install neovim --classic
$ git clone --depth 1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim`
$
```
#### Details
All plugin related remaps are in their respective files.