dhruvinsh / dotfiles

personal dotfile config for various use, managed by chezmoi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Shell 61.9%Language:Lua 33.5%Language:PowerShell 4.5%