Skip to content

Latest commit

 

History

History
32 lines (15 loc) · 526 Bytes

File metadata and controls

32 lines (15 loc) · 526 Bytes

Dotfiles

Install dependencies

  • Install Alacritty

  • Make sure you have installed vim, fzf, ripgrep, zsh and tmux on your machine.

Install dotfiles

Clone this repo in your home directory.

cd ~/dotfiles ./install.sh

For some reason Oh My Zsh opens a new promp when installed. You will have to Ctrl+c out of it to finish the installation.

Setting up the plugins

tmux

Open a tmux session and <c-a> I to install tmux plugins.

vim

Open vim and type :PlugInstall.

Go Code