Skip to content

personal dotfile config for various use, managed by chezmoi

Notifications You must be signed in to change notification settings

dhruvinsh/dotfiles

Repository files navigation

Dotfiles ☕️

Collection of personal dotfile, managed via chezmoi.

Neovim

Installation

Linux Setup

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

Windows Setup

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

Mac Setup

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

Arch Installation

See these file, Installation

Credits

About

personal dotfile config for various use, managed by chezmoi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published