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)
- Host: GitHub
- URL: https://github.com/sloanelybutsurely/dotfiles
- Owner: sloanelybutsurely
- Created: 2022-07-17T13:14:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-08T18:42:53.000Z (over 1 year ago)
- Last Synced: 2025-04-06T00:04:44.661Z (about 1 year ago)
- Topics: dotfiles, home-manager, macos-setup, neovim, neovim-config, neovim-dotfiles, nix, nix-darwin, nixvim, nixvim-config, yadm
- Language: Nix
- Homepage: https://git.sloane.sh/sloanelybutsurely/dotfiles
- Size: 197 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/