.dotfiles

Prerequisites

  • stow
  • gcc
  • fd
  • rg

Installation

git clone git@github:TranThangBin/.dotfiles $HOME/.dotfiles

Setup Guide

cd to the .dotfiles directory

cd $HOME/.dotfiles

Oh My Zsh

git clone https://github.com/ohmyzsh/ohmyzsh.git $HOME/.dotfiles/zsh/.oh-my-zsh

zsh-autosuggestions

git clone https://github.com/zsh-users/zsh-autosuggestions \
    $HOME/.dotfiles/zsh/.oh-my-zsh/custom/plugins/zsh-autosuggestions

F-Sy-H

git clone https://github.com/z-shell/F-Sy-H.git \
    $HOME/.dotfiles/zsh/.oh-my-zsh/custom/plugins/F-Sy-H

.tmux

git clone https://github.com/gpakosz/.tmux.git $HOME/.dotfiles/tmux/.tmux
ln -sf tmux/.tmux/.tmux.conf tmux/.tmux.conf