/dotfiles

:house_with_garden: ~/.*

Primary LanguageShell

~/.*

so these are my dotfiles

install

  • ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/install/master/install)"

  • brew install zsh tmux

  • git clone https://github.com/gaving/dotfiles ~/dotfiles

  • ln -sv ~/dotfiles ~/.config

  • sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

  • git clone https://github.com/tmux-plugins/tpm $XDG_DATA_HOME/tmux/plugins/tpm

configure

  • ln -sv ~/.config/zsh/.zshenv ~/.zshenv

  • git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k

  • p10k configure

  • ln -sv ~/.config/zsh/user ~/.oh-my-zsh/custom/entry.zsh

  • cp ~/.config/git/local.example ~/.config/git/local

  • git clone https://github.com/NvChad/NvChad -b v2.0 ~/.config/nvim --depth 1

  • ln -sv ~/.config/nvchad ~/dotfiles/nvim/lua/custom

plugins

  • git clone https://github.com/agkozak/zsh-z $ZSH_CUSTOM/plugins/zsh-z
  • git clone https://github.com/MichaelAquilina/zsh-you-should-use.git $ZSH_CUSTOM/plugins/you-should-use
  • git clone https://github.com/zdharma/history-search-multi-word $ZSH_CUSTOM/plugins/history-search-multi-word
  • git clone https://github.com/TamCore/autoupdate-oh-my-zsh-plugins $ZSH_CUSTOM/plugins/autoupdate
  • git clone https://github.com/pierpo/fzf-docker $ZSH_CUSTOM/plugins/fzf-docker
  • git clone https://github.com/Aloxaf/fzf-tab ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/fzf-tab
  • git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
plugins=(
  docker
  docker-compose
  extract
  git
  H-S-MW
  thefuck
  you-should-use
  zsh-z
)

run

  • tmux (install plugins with <prefix + I>)