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

https://github.com/giodamelio/dotfiles

My dotfiles
https://github.com/giodamelio/dotfiles

bspwm emacs fish-shell git nix vim

Last synced: about 2 months ago
JSON representation

My dotfiles

Awesome Lists containing this project

README

          

# dotfiles

I use Nix for all my dotfiles these days, you can see my configs [here](https://github.com/giodamelio/nixos-configs)

# Old Readme

All the config files that make my computer run happily.

## Install dotfiles

Make sure you have GNU Stow installed.

```shell
cd ~
git clone git@github.com:giodamelio/dotfile.git
cd ~/dotfiles
./install.sh
```