Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Jul 7, 2020
1 parent 9437315 commit 7405607
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Nix configuration

This repo houses [Home Manager](https://github.com/rycee/home-manager) configuration that I use for my macOS laptop. Here is some tools that I install and configure this way:

* Neovim
* tmux
* Git
* zsh and oh my zsh (including aliases and environment variables)
* curl
* Elixir (`mix`, `elixir`, `elixirc`, etc.)
* HTTPie
* jq
* Go

This list will surely grow over time as new packages are installed.
2 changes: 2 additions & 0 deletions neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
ctrlp
editorconfig-vim
gruvbox
tabular
vim-elixir
vim-nix
vim-graphql
vim-markdown
];
};
}

0 comments on commit 7405607

Please sign in to comment.