Repository with all my dotfiles.
Firstly, install zsh:
# OSX
brew install zsh
# Ubuntu
apt install zsh -y
The installation script should set zsh to default shell, but if it doesn't it can be do it manually:
chsh -s $(which zsh)
Clone this repo:
git clone git@github.com:raphaeltelatim/dotfiles.git ~/.dotfiles
Grant permission to installation script and then run it:
chmod +x ~/.dotfiles/bootstrap.sh
~/.dotfiles/bootstrap.sh
On OS X you'll need terminal-notifier
brew install terminal-notifier
or
gem install terminal-notifier
Clone Spaceship repo:
git clone https://github.com/denysdovhan/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt"
Symlink spaceship.zsh-theme to your oh-my-zsh custom themes directory:
ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme" "$ZSH_CUSTOM/themes/spaceship.zsh-theme"
git clone git://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-completions ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/zsh-completions
brew install --cask font-jetbrains-mono-nerd-font
brew tap homebrew/cask-fonts
brew cask install font-fira-code
sudo add-apt-repository universe
sudo apt install fonts-firacode