This repository has been archived by the owner on Oct 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9437315
commit 7405607
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,11 @@ | |
ctrlp | ||
editorconfig-vim | ||
gruvbox | ||
tabular | ||
vim-elixir | ||
vim-nix | ||
vim-graphql | ||
vim-markdown | ||
]; | ||
}; | ||
} |