Skip to content

xbin-xu/dotfiles

Repository files navigation

Dotfiles

Reference: anishathalye | JJGO | mathiasbynens | ravenxrz

Uses Dotbot for installation.

Warning: Try to backup your dotfiles first.

Getting Started

git clone https://github.com/acwBin/dotfiles
cd dotfiles
./install

Making Local Customizations

You can make local customizations by editing these files:

  • git: ~/.gitconfig_local
  • tmux: ~/.tmux_local.conf
  • vim: ~/.vimrc_local
  • bat: A cat clone with syntax highlighting and Git integration.
  • eza: A modern, maintained replacement for ls.
  • fd: A simple, fast and user-friendly alternative to find.
  • fzf: A general purpose command-line fuzzy finder.
  • lazygit: A simple terminal UI for git.
  • ripgrep: An extremely fast alternative to grep that respects your gitignore.
  • zoxide: A smarter cd command inspired by z.
# ubuntu
sudo apt install -y bat eza fd-find ripgrep zoxide
# windows: install by scoop
scoop install bat eza fd lazygit ripgrep zoxide

# fzf integration
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install

About

My dotfiles for fish + tmux + vim(vscode)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published