Update config files to use stow
This commit is contained in:
13
README.md
13
README.md
@@ -1,6 +1,11 @@
|
||||
# Dotfiles
|
||||
Collection of configuration/dotfiles. Most are designed to be linked via GNU stow, for example:
|
||||
|
||||
```
|
||||
stow --dotfile git
|
||||
```
|
||||
## Install
|
||||
|
||||
Install tpm for tmux:
|
||||
|
||||
`git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm`
|
||||
|
||||
Link all dotfiles:
|
||||
|
||||
`stow git zsh nvim vim tmux`
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
# Config Templates
|
||||
|
||||
`~/.config` contains general config files for a system. You should link directories directly like so:
|
||||
|
||||
`ln -s nvim ~/.config/nvim`
|
||||
@@ -1 +0,0 @@
|
||||
nvim
|
||||
@@ -1,3 +0,0 @@
|
||||
Tmux config. Don't forget to install TPM:
|
||||
|
||||
`git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm`
|
||||
@@ -1 +0,0 @@
|
||||
General shell configuration including zsh, and profile.
|
||||
Reference in New Issue
Block a user