Skip to content

Commit b4a9b6e

Browse files
committed
feat: replace htop with ytop
1 parent c954a22 commit b4a9b6e

File tree

5 files changed

+13
-27
lines changed

5 files changed

+13
-27
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.7.0] - 2020-06-06
10+
### Added
11+
- Replace htop with ytop. You'll have to install ytop. It's been given the alias `top`.
12+
13+
### Fixed
14+
- Combine install package scripts into one.
15+
- Lf config got out of sync.
16+
- Fine tune ChangeReplace for nvim.
17+
918
## [0.6.1] - 2020-06-05
1019
### Fixed
1120
- Add script to extras for creating alacritty terminfo.
@@ -79,7 +88,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7988
### Added
8089
- Created basic script for proof of concept.
8190

82-
[Unreleased]: https://github.com/adamtabrams/fig/compare/0.6.1...HEAD
91+
[Unreleased]: https://github.com/adamtabrams/fig/compare/0.7.0...HEAD
92+
[0.7.0]: https://github.com/adamtabrams/fig/compare/0.6.1...0.7.0
8393
[0.6.1]: https://github.com/adamtabrams/fig/compare/0.6.0...0.6.1
8494
[0.6.0]: https://github.com/adamtabrams/fig/compare/0.5.0...0.6.0
8595
[0.5.0]: https://github.com/adamtabrams/fig/compare/0.4.3...0.5.0

home/.config/htop/.figlink

Whitespace-only changes.

home/.config/htop/htoprc

Lines changed: 0 additions & 26 deletions
This file was deleted.

home/.config/nvim/init.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ let g:vimwiki_list_ignore_newline = 0
6666
let g:vimwiki_text_ignore_newline = 0
6767
let g:vimwiki_hl_cb_checked = 2
6868
let g:vimwiki_conceallevel = 0
69+
let g:vimwiki_ext2syntax = {'.wiki': 'media'}
6970

7071
let g:go_highlight_extra_types = 1
7172
let g:go_highlight_space_tab_error = 1

home/.config/zsh/alias.zsh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ alias c="jump"
2424
alias loc="tokei -s code"
2525
alias page="$PAGER --paging=always"
2626
alias bat="bat --paging=never"
27+
alias top="ytop -p -c solarized-dark"
2728

2829
#### Configs #####################################
2930
alias .zsh="$EDITOR $ZDOTDIR/.zshrc"

0 commit comments

Comments
 (0)