An open API service indexing awesome lists of open source software.

https://github.com/foxfirecodes/dotfiles

my overly customized dotfiles for *nix
https://github.com/foxfirecodes/dotfiles

conky dotfiles git linux neovim tmux zsh

Last synced: 8 months ago
JSON representation

my overly customized dotfiles for *nix

Awesome Lists containing this project

README

          

# dotfiles

> my personal dotfiles for \*nix.

## [Wallpapers](WALLPAPERS.md)

## setup

In order to set up all these config files for yourself, simply clone the repository and run the `setup.sh` script. Example:

```bash
git clone --recursive https://github.com/foxfirecodes/dotfiles.git
cd dotfiles
./setup.sh
```