mirror of https://github.com/WolfeCub/dotfiles.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
X | 5 years ago | |
bin/bin | 5 years ago | |
bspwm/.config | ||
emacs/.emacs.d | 5 years ago | |
fish/.config/fish | ||
hammerspoon/.hammerspoon | ||
herbstluftwm/.config/herbstluftwm | 5 years ago | |
i3/.config | 5 years ago | |
kak/.config/kak | ||
polybar/.config/polybar | ||
terminator/.config/terminator | ||
tmux | ||
vim | 5 years ago | |
windowchef/.config | ||
zsh | 5 years ago | |
.gitignore | 5 years ago | |
.gitmodules | ||
README.org | ||
bar.sh | ||
install.sh | 5 years ago |
README.org
dotfiles
Here are my personal dotfiles.
- zsh - shell
- emacs - text editor of choice
- vim/neovim - when emacs isn't available
-
bspwm - window manager (linux)
- hammerspoon - window manager when I happen to be on osx
Everything here is in a constant state of flux. If you like something be sure to copy it as theres no gauruntee it will be here the next time you come looking.
Installing
My dotfiles are managed using GNU Stow. This makes it easy to add and remove modules (and their symbolic links).
One Liner
This one line will clone my dotfiles and begin the installer.
curl https://raw.githubusercontent.com/WolfeCub/dotfiles/master/install.sh | bash -s -- -g <& 1
Usage
cd dotfiles
git submodules init && git submodules update
stow zsh
stow emacs
...
This allows you to only use the modules that you want.