cleanup
This commit is contained in:
@@ -32,5 +32,5 @@ vim.leader = " "
|
|||||||
-- case insensitive searching UNLESS /C or capital in searching
|
-- case insensitive searching UNLESS /C or capital in searching
|
||||||
vim.opt.ignorecase = true
|
vim.opt.ignorecase = true
|
||||||
|
|
||||||
vim.opt.wrap = true
|
vim.opt.wrap = false
|
||||||
|
|
||||||
|
|||||||
@@ -1,13 +1,6 @@
|
|||||||
# 0 is too far from ` ;)
|
# 0 is too far from ` ;)
|
||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
|
|
||||||
# Automatically set window title
|
|
||||||
set-window-option -g automatic-rename on
|
|
||||||
set-option -g set-titles on
|
|
||||||
|
|
||||||
setw -g window-status-current-format '#{pane_current_command}'
|
|
||||||
setw -g window-status-format '#{pane_current_command}'
|
|
||||||
|
|
||||||
set -g default-terminal screen-256color
|
set -g default-terminal screen-256color
|
||||||
set -g status-keys vi
|
set -g status-keys vi
|
||||||
set -g history-limit 10000
|
set -g history-limit 10000
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
|
|
||||||
# talksik dotfiles
|
# talksik dotfiles
|
||||||
# Clone
|
# Clone
|
||||||
1. `cd $HOME`
|
```
|
||||||
2. `git clone <this_repo> .
|
cd ~
|
||||||
See this for problems trying to clone into non-empty directory: https://stackoverflow.com/a/36084134
|
git init
|
||||||
|
git remote add origin [my-repo]
|
||||||
|
git fetch
|
||||||
|
git checkout origin/master -ft
|
||||||
|
```
|
||||||
|
|
||||||
## 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`
|
||||||
|
|
||||||
|
|
||||||
## nvim setup
|
## nvim setup
|
||||||
1. run `nix-shell` from $HOME. The `shell.nix` in this repo should have neovim, ripgrep, and packer as dependencies.
|
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 .`
|
2. open nvim anywhere. `nvim .`
|
||||||
|
|||||||
Reference in New Issue
Block a user