Skip to content

calind/dotfiles

Repository files navigation

Installation

Linux/macOS

curl -Lks https://raw.githubusercontent.com/calind/dotfiles/main/script/bootstrap | /bin/bash

Personal Homebrew packages

The main ~/.Brewfile installs packages shared by all setups. It also loads ~/.Brewfile.local when that file exists, allowing machine-specific packages.

To use the provided personal package list:

cp ~/.Brewfile.local.example ~/.Brewfile.local
brew bundle --global

Edit ~/.Brewfile.local as needed. It is ignored by Git.

Windows (PowerShell)

  1. Clone the repository:
git clone https://github.com/calind/dotfiles.git "$HOME\dotfiles"
  1. Create a symbolic link to the PowerShell profile:
New-Item -ItemType SymbolicLink -Path $PROFILE -Target "$HOME\dotfiles\Microsoft.PowerShell_profile.ps1" -Force

Console font

Source Code Pro, nerd-font

About

My environment configuration (vim, bash, etc.)

Resources

License

Stars

Watchers

Forks

Contributors