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:

stow tmux vim neovim git eza zoxide bat lazygit bfs vivid ag dust duf

In MacOS, you can install these dependencies using brew:

brew install stow tmux vim neovim git eza zoxide bat lazygit bfs vivid ag dust duf

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

About

My dotfiles

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors