add fuzzy finder, redo ping aliases

This commit is contained in:
Morgan Wattiez 2019-08-16 18:01:12 +02:00
parent 91fa9923a2
commit bca251b16d
3 changed files with 15 additions and 9 deletions

View File

@ -20,6 +20,14 @@ cask "firefox"
# Fonts
cask "font-meslo-for-powerline"
# Mac app store
mas 'Keynote', id: 409183694
mas 'iMovie', id: 408981434
mas 'Microsoft Remote Desktop', id: 1295203466
mas 'Pages', id: 409201541
mas 'GarageBand', id: 682658836
mas 'Numbers', id: 409203825
brew "zsh"
brew "git-ftp"
brew "gnu-sed"
@ -76,10 +84,5 @@ brew "dict"
brew "prettyping"
# Install glances for monitoring
brew "glances"
mas 'Keynote', id: 409183694
mas 'iMovie', id: 408981434
mas 'Microsoft Remote Desktop', id: 1295203466
mas 'Pages', id: 409201541
mas 'GarageBand', id: 682658836
mas 'Numbers', id: 409203825
# Fuzzy Finder
brew "fzf"

View File

@ -195,3 +195,7 @@ yum -y install dictd
yum -y install prettyping
# Glances + nmon for monitoring
yum -y install nmon glances
# Install Fuzzy finder
git clone --depth 1 https://github.com/junegunn/fzf.git && cd fzf
yes | ./install
exec $SHELL

View File

@ -76,8 +76,7 @@ alias du='du -ch'
alias headers='curl -I --compress' # Find out if remote server supports gzip / mod_deflate or not #
alias hist='history'
alias path='echo -e ${PATH//:/\\n}' # Explode and display current PATH
alias ping='prettyping'
alias ping='ping -c 5' # Stop after sending count ECHO_REQUEST packets
alias ping='prettyping -c 5 --nolegend' # Stop after sending count ECHO_REQUEST packets
alias p='ps -ef | grep -i ' # Show matching processes. Usage : p <process name>
alias root='sudo -i'
alias s=ls