Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.