Skip to content

psaia/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

This is how I use a computer.

Brew Installs

brew bundle

Open up iterm2 and install the profile so fonts look nice.

Non-brew installs

  • npm is required for the TS language server: npm install -g typescript typescript-language-server
  • protobuf language server: go install github.com/bufbuild/buf-language-server/cmd/bufls@latest

Configure git/config

git clone --bare [email protected]:psaia/dotfiles.git $HOME/.cfg
git --git-dir=$HOME/.cfg/ --work-tree=$HOME checkout
git --git-dir=$HOME/.cfg/ --work-tree=$HOME config --local status.showUntrackedFiles no
git --git-dir=$HOME/.cfg/ --work-tree=$HOME submodule update --init --recursive

Continue to manage dotfiles by using config instead of git.

Go Management

I find it easier and more straight forward to manage Go versions without a fancy too specific for doing so.

  1. Download a tarball from https://go.dev/dl/
  2. Decompress and rename it to ~/go/goX.X.X.
  3. Update the GOROOT in the .bashrc.

About

dotfiles <> computers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published