Compilation of all of my dotfiles
Clone repository.
git clone https://github.com/HugoLiconV/dotfiles.gitln -s ~/dotfiles/.tmux.conf ~/.tmux.confbrew install tmuxCreate Symlink
ln -s ~/dotfiles/.tmux.conf ~/.tmux.confgit clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpmInstall 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 ~/.zshrcInstall 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-themeInstall zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions