new aliases + neofetch to display system info
This commit is contained in:
parent
d2b0bf7340
commit
463676fbd3
2
Brewfile
2
Brewfile
@ -98,3 +98,5 @@ brew "pandoc"
|
|||||||
brew "shellcheck"
|
brew "shellcheck"
|
||||||
# add spell check
|
# add spell check
|
||||||
brew "aspell"
|
brew "aspell"
|
||||||
|
# add neofetch to nicely display system info
|
||||||
|
brew "neofetch"
|
||||||
|
@ -217,3 +217,8 @@ yum -y install ShellCheck
|
|||||||
|
|
||||||
# Add spell checker + english dictionary
|
# Add spell checker + english dictionary
|
||||||
yum -y install aspell aspell-en
|
yum -y install aspell aspell-en
|
||||||
|
|
||||||
|
# Add neofetch repository
|
||||||
|
curl -o /etc/yum.repos.d/konimex-neofetch-epel-7.repo https://copr.fedorainfracloud.org/coprs/konimex/neofetch/repo/epel-7/konimex-neofetch-epel-7.repo
|
||||||
|
# Install neofetch to display system info nicely
|
||||||
|
yum -y install neofetch
|
||||||
|
@ -98,6 +98,8 @@ alias latency='curl cheat.sh/latency'
|
|||||||
alias moon='curl "wttr.in/Moon?lang=fr"'
|
alias moon='curl "wttr.in/Moon?lang=fr"'
|
||||||
alias lune='moon'
|
alias lune='moon'
|
||||||
alias help='tldr'
|
alias help='tldr'
|
||||||
|
alias systeminfo='neofetch'
|
||||||
|
alias monitoring='glances'
|
||||||
|
|
||||||
# Show/hide hidden files in Finder
|
# Show/hide hidden files in Finder
|
||||||
alias show="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"
|
alias show="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"
|
||||||
|
Loading…
Reference in New Issue
Block a user