These are my dotfiles. Take anything you want, but at your own risk.
This project required the following software
- X11
- urxvt or Kitty
- Xmonad and Xmobar
- Starship
- Fira Code
Run this:
git clone https://github.com/nclsprsn/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
cp config/config.sh.default config/config.sh
vim config/config.sh
./INSTALL.sh
The above script will symlink the appropriate files in .dotfiles
to your home directory.
Everything is configured and tweaked within ~/.dotfiles
.
The main file you'll want to change right off the bat is zsh/zshrc.symlink
,
which sets up a few paths that'll be different on your particular machine.
cat ~/.dotfiles/.installed.list | xargs rm -rf
And remove the ~/.dotfiles
folder.
You can discuss using the issues section. To contribute, create an issue, and send a pull request.
The dotfiles are available under the Beerware license.