Collection of personal dotfile, managed via chezmoi.
Below code will install chezmoi in local bin directory and start applying the existing setup.
export BINDIR="$HOME/.local/bin"
export PATH="$HOME/.local/bin:$PATH"
sh -c "$(curl -fsLS chezmoi.io/get)" -- init dhruvinsh --apply
Below code will install chezmoi and start applying config changes for the windows system. NOTE: This installation expect manual installation of Powershell 7 (pwsh)
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
irm get.scoop.sh | iex
scoop install chezmoi
chezmoi init dhruvinsh --apply
All the installation on mac managed by brew.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
eval "$(/opt/homebrew/bin/brew shellenv)"
brew install chezmoi
chezmoi init dhruvinsh --apply
See these file, Installation
- Thanks Tom Payne for awesome tool: chezmoi
- Arch Linux installation guide: Arch Wiki
- Wallpapers credits: VictorTennekes All the wallpaper can be found HERE