Reference: anishathalye | JJGO | mathiasbynens | ravenxrz
Uses Dotbot for installation.
Warning: Try to backup your dotfiles first.
git clone https://github.com/acwBin/dotfiles
cd dotfiles
./installYou can make local customizations by editing these files:
git:~/.gitconfig_localtmux:~/.tmux_local.confvim:~/.vimrc_local
- bat: A
catclone 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
grepthat respects your gitignore. - zoxide: A smarter
cdcommand inspired byz.
# 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