This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install -y curl wget git fonts-powerline | |
#OH my zsh (https://www.tecmint.com/install-oh-my-zsh-in-ubuntu/) | |
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | |
# fzf | |
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf | |
cd ~/.fzf/ | |
./install | |
git clone --depth 1 https://github.com/rupa/z.git ~/.z_jump |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | |
brew install telnet | |
brew install z | |
brew install jq | |
brew install fzf | |
brew cask install telegram | |
brew cask install spotify | |
brew cask install skype |