Compilation of all of my dotfiles
Clone repository.
git clone https://github.com/HugoLiconV/dotfiles.git
ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf
brew install tmux
Create Symlink
ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
Install plugins
- Press
prefix
+I
(Capital i, as in Install). The prefix isCtrl + a
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Create Symlink
# Remove default .zshrc file
rm ~/.zshrc
# Create a symlink
ln -s ~/dotfiles/.zshrc ~/.zshrc
Install Dracula Theme
git clone https://github.com/dracula/zsh.git
# Create a symbolic link to oh-my-zsh's theme folder:
ln -s ~/zsh/dracula.zsh-theme ~/.oh-my-zsh/themes/dracula.zsh-theme
Install zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions