Skip to content

k0st1an/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

confs

macOS, iTerm2

brew

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

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

https://github.com/junegunn/fzf

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages