Skip to content

Commit

Permalink
feat: replace htop with ytop
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtabrams committed Jun 6, 2020
1 parent c954a22 commit b4a9b6e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 27 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.0] - 2020-06-06
### Added
- Replace htop with ytop. You'll have to install ytop. It's been given the alias `top`.

### Fixed
- Combine install package scripts into one.
- Lf config got out of sync.
- Fine tune ChangeReplace for nvim.

## [0.6.1] - 2020-06-05
### Fixed
- Add script to extras for creating alacritty terminfo.
Expand Down Expand Up @@ -79,7 +88,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Created basic script for proof of concept.

[Unreleased]: https://github.com/adamtabrams/fig/compare/0.6.1...HEAD
[Unreleased]: https://github.com/adamtabrams/fig/compare/0.7.0...HEAD
[0.7.0]: https://github.com/adamtabrams/fig/compare/0.6.1...0.7.0
[0.6.1]: https://github.com/adamtabrams/fig/compare/0.6.0...0.6.1
[0.6.0]: https://github.com/adamtabrams/fig/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/adamtabrams/fig/compare/0.4.3...0.5.0
Expand Down
Empty file removed home/.config/htop/.figlink
Empty file.
26 changes: 0 additions & 26 deletions home/.config/htop/htoprc

This file was deleted.

1 change: 1 addition & 0 deletions home/.config/nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ let g:vimwiki_list_ignore_newline = 0
let g:vimwiki_text_ignore_newline = 0
let g:vimwiki_hl_cb_checked = 2
let g:vimwiki_conceallevel = 0
let g:vimwiki_ext2syntax = {'.wiki': 'media'}

let g:go_highlight_extra_types = 1
let g:go_highlight_space_tab_error = 1
Expand Down
1 change: 1 addition & 0 deletions home/.config/zsh/alias.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ alias c="jump"
alias loc="tokei -s code"
alias page="$PAGER --paging=always"
alias bat="bat --paging=never"
alias top="ytop -p -c solarized-dark"

#### Configs #####################################
alias .zsh="$EDITOR $ZDOTDIR/.zshrc"
Expand Down

0 comments on commit b4a9b6e

Please sign in to comment.