Skip to content

Latest commit

 

History

History
executable file
·
59 lines (51 loc) · 1.02 KB

configure.md

File metadata and controls

executable file
·
59 lines (51 loc) · 1.02 KB

link my configuration files

find ~/.dotfiles/ -maxdepth 1 -name ".*"        \
  ! -path ~/.dotfiles/ ! -path ~/.dotfiles/.git \
  -exec ln -sf {} $HOME \;
ln -s $HOME/.dotfiles/nvim $HOME/.config/nvim
mkdir -p ~/.tmux/plugins/tpm
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

manual

  • brew
  • chrome
  • docker
  • ohmyzsh
  • slack
  • twingate
  • download and install font 'Sauce Code Pro'

brew

brew install      \
  1password-cli   \
  awscli          \
  bash            \
  difftastic      \
  fzf             \
  gawk            \
  git-extras      \
  gpg             \
  kubectl         \
  languagetool-rust \
  mise            \
  neovim          \
  p7zip           \
  ripgrep         \
  sops            \
  syncthing       \
  tmux            \
  universal-ctags

brew cask

brew install --cask  \
  1password          \
  dbeaver-community  \
  logseq             \
  spotify            \
  visual-studio-code \
  wezterm