Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrflynn/dotfiles
dotfiles for Unix and WSL systems.
https://github.com/mrflynn/dotfiles
dotfiles nix nixos-configuration tmux-conf vimrc zshrc
Last synced: 10 days ago
JSON representation
dotfiles for Unix and WSL systems.
- Host: GitHub
- URL: https://github.com/mrflynn/dotfiles
- Owner: MrFlynn
- License: mit
- Created: 2017-06-23T04:24:04.000Z (over 7 years ago)
- Default Branch: nix
- Last Pushed: 2024-01-03T05:36:33.000Z (about 1 year ago)
- Last Synced: 2024-11-13T11:47:50.450Z (2 months ago)
- Topics: dotfiles, nix, nixos-configuration, tmux-conf, vimrc, zshrc
- Language: Nix
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .dotfiles
These are the dotfile I use (for the most part) on personal Unix systems.## Installation
You'll need to install several dependencies before you can use these dotfiles.- zsh
- [nix](https://nixos.org/)
- [nix-darwin](https://github.com/LnL7/nix-darwin)Once you've installed these dependencies, you can then run the following
commands. Once these have finished running (it'll take some time), your
environment is now set up.```bash
$ cp -r {.zshrc,.vimrc,.tmux.conf,.nixpkgs/} ~
$ darwin-rebuild switch
```## License
This repository is licensed under the [MIT](/LICENSE) license.