My personal dotfiles
This repository uses yadm.
# install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# add yadm
brew install yadm
# clone and bootstrap
yadm clone --bootstrap https://github.com/rsmdt/dotfiles.gitOne every while you should execute the following to keep things up to date:
# homebrew packages that are relevant should be in the Brewfile (manual check afterwards is advised)
brew bundle dump -f --file ~/.config/homebrew/Brewfile
# update zinit & plugins
zinit self-update
zinit update
Raycastblazingly fast, totally extendable launcherLogseqprivacy-first, open-source platform for knowledge management and collaborationWezTermpowerful cross-platform terminal emulator and multiplexer written in RustNeoVimhyperextensible Vim-based text editor
Check ~/.zshrc for more details
btopbettertopresource monitordeltasyntax-highlighting pager for git, diff, grep, and blame outputfzfcommand-line fuzzy findergitdistributed version control system (integrated withlsdbetterlswith colors, icons, tree-view, more formatting optionsmisethe polyglot tool version managerripgreprecursively searches directories for a regex pattern while respecting your gitignoretmuxterminal multiplexer to switch easily between several programstokei"utility to count code in directorieszoxidesmarter cd command, inspired by z and autojumpzshshell designed for interactive useyaziterminal file manager
# install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# add yadm
brew install yadm
# clone and bootstrap
yadm clone --bootstrap git@github.com:I2olanD/dotfiles.git