My Linux dotfiles repository
Go to file
Shaun Reed 0bf0753c6b Add compton, feh settings 2019-11-19 23:20:48 -05:00
.config Add compton, feh settings 2019-11-19 23:20:48 -05:00
.local Add Inconsolata Nerd patched font 2019-11-12 14:53:37 -05:00
.tmux/plugins Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00
.tmux-gitbar@6266946f53 Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00
.vim Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00
packages Remove snap packages, replace with AUR 2019-11-19 23:17:03 -05:00
screens Clean comments, add screenshot 2019-11-14 09:54:43 -05:00
.Xresources Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00
.bash_aliases Add CPU sensor script for polybar status 2019-10-25 15:54:49 -04:00
.bashrc Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00
.dir_colors Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00
.fehbg Add compton, feh settings 2019-11-19 23:20:48 -05:00
.gitignore Update gitignore, remove unused variable in cpusensor 2019-10-25 17:44:19 -04:00
.gitmodules Update tmux submodule paths 2019-10-23 12:05:40 -04:00
.tmux-gitbar.conf Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00
.tmux.conf Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00
.tmux.conf.local Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00
.vimrc Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00
README.md Update README with git recursion 2019-11-17 14:00:48 -05:00
bg-saved.cfg Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00
nitrogen.cfg Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00

README.md

dots

A place for backing up my dotfiles. Be sure to clone recursively if you want to grab updated plugins / submodules included. For example, using Pathogen with Vim to manage plugins requires that the plugin to be installed are cloned to the ~/.vim/bundle/ directory. Cloning recursively allows git to clone these same nested repositories/submodules within this directory so Pathogen can handle running the Vim plugins.

These configs were created and tested on Manjaro Linux using i3wm, and should only be used on similar systems. Easiest installation is to clone repository into home directory -

git clone --recursive https://github.com/shaunrd0/dot ~/dot
cd ~/dot/
stow .

If you'd rather clone elsewhere -

git clone --recursive https://github.com/shaunrd0/dot /path/to/dot
cd /path/to/dot/
stow -t ~ .

Note that the dot/packages/ directory is for reference and is the only directory included not meant to be used with stow. If this directory is stowed there will be no real change to the system - you will still need to install the package lists manually.

stow --adopt . can be used to install conflicting files, but doing so will result in the loss of your local configurations. If you want to keep them, back up the conflicting files output in the error message before running this command.

desktop