Skip to content

HugoLiconV/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Compilation of all of my dotfiles

Installation

Clone repository.

git clone https://github.com/HugoLiconV/dotfiles.git

Setup Vim

ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf

Install tmux

brew install tmux

Create Symlink

ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf

Install Tmux Plugin Manager (tpm)

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

Install plugins

  1. Press prefix + I (Capital i, as in Install). The prefix is Ctrl + a

Install Oh My Zsh

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

Screenshots

Terminator

terminator

Tmux

tmux

Vim

vim

About

Compilation of all of my dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published