From 7d77c105984d14933edb65ed70c524528839dc3f Mon Sep 17 00:00:00 2001 From: James Dixon Date: Sun, 1 Nov 2020 21:25:24 -0500 Subject: [PATCH] rename folder --- README.md | 21 +++++++++++++++++-- {stow => files}/bash/.bash_profile | 0 {stow => files}/bash/.bashrc | 0 {stow => files}/git/.gitconfig | 0 .../scripts/completions/hugoctl_comp.bash | 0 .../scripts/.local/scripts/hugoctl | 0 {stow => files}/tmux/.tmux.conf | 0 {stow => files}/vim/.vim/.gitignore | 0 .../vim/.vim/after/ftplugin/go.vim | 0 .../vim/.vim/after/ftplugin/html.vim | 0 .../vim/.vim/after/ftplugin/markdown.vim | 0 .../vim/.vim/after/ftplugin/python.vim | 0 {stow => files}/vim/.vim/autocmds.vim | 0 {stow => files}/vim/.vim/colorschemes.vim | 0 {stow => files}/vim/.vim/commands.vim | 0 {stow => files}/vim/.vim/functions.vim | 0 {stow => files}/vim/.vim/keybinds.vim | 0 {stow => files}/vim/.vim/plugins.vim | 0 {stow => files}/vim/.vim/settings.vim | 0 {stow => files}/vim/.vim/vimrc | 0 {stow => files}/vim/.vim/vimrc.min | 0 21 files changed, 19 insertions(+), 2 deletions(-) rename {stow => files}/bash/.bash_profile (100%) rename {stow => files}/bash/.bashrc (100%) rename {stow => files}/git/.gitconfig (100%) rename {stow => files}/scripts/.local/scripts/completions/hugoctl_comp.bash (100%) rename {stow => files}/scripts/.local/scripts/hugoctl (100%) rename {stow => files}/tmux/.tmux.conf (100%) rename {stow => files}/vim/.vim/.gitignore (100%) rename {stow => files}/vim/.vim/after/ftplugin/go.vim (100%) rename {stow => files}/vim/.vim/after/ftplugin/html.vim (100%) rename {stow => files}/vim/.vim/after/ftplugin/markdown.vim (100%) rename {stow => files}/vim/.vim/after/ftplugin/python.vim (100%) rename {stow => files}/vim/.vim/autocmds.vim (100%) rename {stow => files}/vim/.vim/colorschemes.vim (100%) rename {stow => files}/vim/.vim/commands.vim (100%) rename {stow => files}/vim/.vim/functions.vim (100%) rename {stow => files}/vim/.vim/keybinds.vim (100%) rename {stow => files}/vim/.vim/plugins.vim (100%) rename {stow => files}/vim/.vim/settings.vim (100%) rename {stow => files}/vim/.vim/vimrc (100%) rename {stow => files}/vim/.vim/vimrc.min (100%) diff --git a/README.md b/README.md index 8977907..de00fbb 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,27 @@ my dotfiles to their correct locations in my `$HOME` directory. ## Instructions -First `cd` into the `stow` directory and run the following command +```sh +$ git clone https://github.com/lemonase/dotfiles.git +$ cd dotfiles/files +``` + +### Installing ```sh -stow * -t "$HOME" +$ stow --target="$HOME" * +``` + +### Uninstalling + +```sh +$ stow --delete * +``` + +### Repair Links + +```sh +$ stow --restow * ``` If there are no errors, everything in that directory should be symlinked. diff --git a/stow/bash/.bash_profile b/files/bash/.bash_profile similarity index 100% rename from stow/bash/.bash_profile rename to files/bash/.bash_profile diff --git a/stow/bash/.bashrc b/files/bash/.bashrc similarity index 100% rename from stow/bash/.bashrc rename to files/bash/.bashrc diff --git a/stow/git/.gitconfig b/files/git/.gitconfig similarity index 100% rename from stow/git/.gitconfig rename to files/git/.gitconfig diff --git a/stow/scripts/.local/scripts/completions/hugoctl_comp.bash b/files/scripts/.local/scripts/completions/hugoctl_comp.bash similarity index 100% rename from stow/scripts/.local/scripts/completions/hugoctl_comp.bash rename to files/scripts/.local/scripts/completions/hugoctl_comp.bash diff --git a/stow/scripts/.local/scripts/hugoctl b/files/scripts/.local/scripts/hugoctl similarity index 100% rename from stow/scripts/.local/scripts/hugoctl rename to files/scripts/.local/scripts/hugoctl diff --git a/stow/tmux/.tmux.conf b/files/tmux/.tmux.conf similarity index 100% rename from stow/tmux/.tmux.conf rename to files/tmux/.tmux.conf diff --git a/stow/vim/.vim/.gitignore b/files/vim/.vim/.gitignore similarity index 100% rename from stow/vim/.vim/.gitignore rename to files/vim/.vim/.gitignore diff --git a/stow/vim/.vim/after/ftplugin/go.vim b/files/vim/.vim/after/ftplugin/go.vim similarity index 100% rename from stow/vim/.vim/after/ftplugin/go.vim rename to files/vim/.vim/after/ftplugin/go.vim diff --git a/stow/vim/.vim/after/ftplugin/html.vim b/files/vim/.vim/after/ftplugin/html.vim similarity index 100% rename from stow/vim/.vim/after/ftplugin/html.vim rename to files/vim/.vim/after/ftplugin/html.vim diff --git a/stow/vim/.vim/after/ftplugin/markdown.vim b/files/vim/.vim/after/ftplugin/markdown.vim similarity index 100% rename from stow/vim/.vim/after/ftplugin/markdown.vim rename to files/vim/.vim/after/ftplugin/markdown.vim diff --git a/stow/vim/.vim/after/ftplugin/python.vim b/files/vim/.vim/after/ftplugin/python.vim similarity index 100% rename from stow/vim/.vim/after/ftplugin/python.vim rename to files/vim/.vim/after/ftplugin/python.vim diff --git a/stow/vim/.vim/autocmds.vim b/files/vim/.vim/autocmds.vim similarity index 100% rename from stow/vim/.vim/autocmds.vim rename to files/vim/.vim/autocmds.vim diff --git a/stow/vim/.vim/colorschemes.vim b/files/vim/.vim/colorschemes.vim similarity index 100% rename from stow/vim/.vim/colorschemes.vim rename to files/vim/.vim/colorschemes.vim diff --git a/stow/vim/.vim/commands.vim b/files/vim/.vim/commands.vim similarity index 100% rename from stow/vim/.vim/commands.vim rename to files/vim/.vim/commands.vim diff --git a/stow/vim/.vim/functions.vim b/files/vim/.vim/functions.vim similarity index 100% rename from stow/vim/.vim/functions.vim rename to files/vim/.vim/functions.vim diff --git a/stow/vim/.vim/keybinds.vim b/files/vim/.vim/keybinds.vim similarity index 100% rename from stow/vim/.vim/keybinds.vim rename to files/vim/.vim/keybinds.vim diff --git a/stow/vim/.vim/plugins.vim b/files/vim/.vim/plugins.vim similarity index 100% rename from stow/vim/.vim/plugins.vim rename to files/vim/.vim/plugins.vim diff --git a/stow/vim/.vim/settings.vim b/files/vim/.vim/settings.vim similarity index 100% rename from stow/vim/.vim/settings.vim rename to files/vim/.vim/settings.vim diff --git a/stow/vim/.vim/vimrc b/files/vim/.vim/vimrc similarity index 100% rename from stow/vim/.vim/vimrc rename to files/vim/.vim/vimrc diff --git a/stow/vim/.vim/vimrc.min b/files/vim/.vim/vimrc.min similarity index 100% rename from stow/vim/.vim/vimrc.min rename to files/vim/.vim/vimrc.min