Skip to content

k0st1an/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

macOS, iTerm2

brew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" && \
export PATH="/opt/homebrew/bin:$PATH" >> ~/.zshrc

coreutils

brew install coreutils

color theme

fonts

brew tap homebrew/cask-fonts && \
brew install --cask font-fira-code
iTerm2 > Settings... > Profiles > Text > Font > FiraCode

oh-my-zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

plugins

zsh-interactive-cd

brew install fzf

tools

pipx and poetry

brew install pipx && pipx install poetry

golangci-lint

curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.62.2
golangci-lint --version

(link)

colima

brew install colima
colima start --cpu 4 --memory 5 --disk 10 --vm-type vz -p default

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages