Skip to content

Commit

Permalink
Add overmind to default package list
Browse files Browse the repository at this point in the history
And reline workaround.
- DarthSim/overmind#132
- ruby/reline#447
  • Loading branch information
atcruice committed Apr 18, 2023
1 parent 12dc2af commit 7d3db5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/tmux.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# overmind+reline terminfo workaround
set -g default-terminal screen-256color
2 changes: 2 additions & 0 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ in {
ncdu
niv
nmap
overmind
python310Packages.grip
ripgrep
shellcheck
Expand All @@ -118,6 +119,7 @@ in {
home.file = {
".bundle/config".source = ~/.dotfiles/bundle/config;
".config/nix/nix.conf".source = ~/.dotfiles/config/nix.conf;
".config/tmux/tmux.conf".source = ~/.dotfiles/config/tmux.conf;
".config/yamllint/config".source = ~/.dotfiles/config/yamllint.yml;
".gemrc".source = ~/.dotfiles/config/gemrc;
".ignore".source = ~/.dotfiles/config/ignore;
Expand Down

0 comments on commit 7d3db5f

Please sign in to comment.