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

https://github.com/sloanelybutsurely/dotfiles

⚙️ My personal and professional development environment setup and configuration (mirror)
https://github.com/sloanelybutsurely/dotfiles

dotfiles home-manager macos-setup neovim neovim-config neovim-dotfiles nix nix-darwin nixvim nixvim-config yadm

Last synced: 19 days ago
JSON representation

⚙️ My personal and professional development environment setup and configuration (mirror)

Awesome Lists containing this project

README

          

# dotfiles

these are my personal dotfiles (current as of jan 2026).

i currently use [gnu stow][stow] to create symlinks from wherever this repo is
cloned to.

i have used some other systems in the past. the repos containing those
configurations are available below:

- [nix, nix-darwin, and
home-manager](https://git.sloane.sh/sloanelybutsurely/nix-dotfiles)
- [yadm](https://git.sloane.sh/sloanelybutsurely/yadm-dotfiles)

## setup

installing:

```sh
stow . -t $HOME --dotfiles --ignore LICENSE
```

uninstalling:

```sh
stow . -t $HOME --dotfiles --delete --ignore LICENSE
```

[stow]: https://www.gnu.org/software/stow/