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
- Host: GitHub
- URL: https://github.com/giodamelio/dotfiles
- Owner: giodamelio
- Created: 2014-07-28T23:54:25.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-05-18T20:31:32.000Z (about 1 year ago)
- Last Synced: 2025-05-18T21:27:37.932Z (about 1 year ago)
- Topics: bspwm, emacs, fish-shell, git, nix, vim
- Language: Vim Script
- Size: 1.68 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```