Skip to content

calind/dotfiles

Repository files navigation

Installation

Linux/macOS

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

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