diff --git a/.gitignore b/.gitignore index be5b138..6d3855c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -vim/.vim/bundle/ -vim/.vim/.netrwhist -vim/.vim/viminfo +dotfiles/.vim/bundle/ +dotfiles/.vim/.netrwhist +dotfiles/.vim/viminfo diff --git a/README.md b/README.md index 8c0bfca..a994135 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ Install using GNU `stow`: ```bash - cd ~ + cd git clone git@git.schauenburg.me:fernando/dotfiles.git .dotfiles cd .dotfiles - stow bash # (and/or bin, dircolors, git, ...) + stow dotfiles ``` diff --git a/bash/.bash_profile b/dotfiles/.bash_profile similarity index 100% rename from bash/.bash_profile rename to dotfiles/.bash_profile diff --git a/bash/.bashrc b/dotfiles/.bashrc similarity index 100% rename from bash/.bashrc rename to dotfiles/.bashrc diff --git a/bash/.config/dircolors/solarized-dark b/dotfiles/.config/dircolors/solarized-dark similarity index 100% rename from bash/.config/dircolors/solarized-dark rename to dotfiles/.config/dircolors/solarized-dark diff --git a/bash/.config/dircolors/solarized-light b/dotfiles/.config/dircolors/solarized-light similarity index 100% rename from bash/.config/dircolors/solarized-light rename to dotfiles/.config/dircolors/solarized-light diff --git a/git/.gitconfig b/dotfiles/.gitconfig similarity index 100% rename from git/.gitconfig rename to dotfiles/.gitconfig diff --git a/git/.gitignore_global b/dotfiles/.gitignore_global similarity index 100% rename from git/.gitignore_global rename to dotfiles/.gitignore_global diff --git a/misc/.hushlogin b/dotfiles/.hushlogin similarity index 100% rename from misc/.hushlogin rename to dotfiles/.hushlogin diff --git a/misc/.inputrc b/dotfiles/.inputrc similarity index 100% rename from misc/.inputrc rename to dotfiles/.inputrc diff --git a/bin/.local/bin/git-churn b/dotfiles/.local/bin/git-churn similarity index 100% rename from bin/.local/bin/git-churn rename to dotfiles/.local/bin/git-churn diff --git a/bin/.local/bin/git-what-the-hell-just-happened b/dotfiles/.local/bin/git-what-the-hell-just-happened similarity index 100% rename from bin/.local/bin/git-what-the-hell-just-happened rename to dotfiles/.local/bin/git-what-the-hell-just-happened diff --git a/bin/.local/bin/git-wtf b/dotfiles/.local/bin/git-wtf similarity index 100% rename from bin/.local/bin/git-wtf rename to dotfiles/.local/bin/git-wtf diff --git a/misc/.minttyrc b/dotfiles/.minttyrc similarity index 100% rename from misc/.minttyrc rename to dotfiles/.minttyrc diff --git a/tmux/.tmux-macos.conf b/dotfiles/.tmux-macos.conf similarity index 100% rename from tmux/.tmux-macos.conf rename to dotfiles/.tmux-macos.conf diff --git a/tmux/.tmux.conf b/dotfiles/.tmux.conf similarity index 100% rename from tmux/.tmux.conf rename to dotfiles/.tmux.conf diff --git a/vim/.vim/autoload/plug.vim b/dotfiles/.vim/autoload/plug.vim similarity index 100% rename from vim/.vim/autoload/plug.vim rename to dotfiles/.vim/autoload/plug.vim diff --git a/vim/.vim/vimrc b/dotfiles/.vim/vimrc similarity index 100% rename from vim/.vim/vimrc rename to dotfiles/.vim/vimrc