Skip to content

hemantcompiler/dotfiles-2

 
 

Repository files navigation

dotfiles

Here are my personal dotfiles.

  • zsh - shell
  • emacs - text editor of choice
  • vim/neovim - when emacs isn’t available
  • bspwm - window manager (linux)
    • I also have configuration files for my old i3 setup. They aren’t going to be updated
    • lemonbar - status bar (fork that supports more font formats)
    • rofi - demenu replacement
  • 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.

About

My personal dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 44.1%
  • Shell 34.9%
  • Python 10.4%
  • Vim Script 9.7%
  • Other 0.9%