Skip to content

xukaihub/dotfiles

Repository files navigation

Dotfiles

This is my personal dotfiles repository.

Dependencies

Before installing the dotfiles, ensure you have the following software installed:

  • zsh
  • stow
  • tmux
  • vim
  • neovim
  • git
  • gcc
  • ripgrep
  • bat

In MacOS, you can install these dependencies using brew:

brew install zsh stow tmux vim neovim git ripgrep bat

In Ubuntu, please refer to ubuntu env setup.

Installation

Before installing, you need to back up your existing dotfiles first. Execute the following commands:

cd ~/
mkdir dotfiles_backup
mv .vim .vimrc .tmux .tmux.conf .tmux.conf.local .gitconfig .gitignore_global .zshrc .bash_aliases .config/nvim dotfiles_backup/

Clone the Repository and Start zsh

git clone https://github.com/xukaihub/dotfiles.git ~/.local/dotfiles
cd ~/.local/dotfiles && ./dotfiles.sh stow
zsh

Install Vim Plugins

Enter \vim and run:

:PluginInstall

Your dotfiles are now installed and configured!

Install NerdFont

./nerdfont.sh UbuntuMono DejaVuSansMono

Releases

No releases published

Packages

No packages published