8000 GitHub - blaineventurine/dotfiles
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

blaineventurine/dotfiles

Repository files navigation

Dotfiles Info

  • Install homebrew
  • Install keepassxc
  • Set up new ssh key for GitHub
  • Set up bare git repo
  • Install oh-my-zsh
  • brew bundle
  • fzf completions: $(breww --prefix)/opt/fzf/install

Installs

Set up bare git repo

alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
<!-- echo ".dotfiles" >> .gitignore -->
git clone --bare git@github.com:blaineventurine/dotfiles.git $HOME/.dotfiles
dotfiles checkout
dotfiles config --local status.showUntrackedFiles no

dotfiles submodule update --remote

Zsh setup

Install fonts from .fonts/

chsh -s $(which zsh)
#logout and log back in to your shell
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

p10k configure

Install homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

install_tools
bat cache --build
vale sync
install_kitty

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0