Skip to content

AyMeeko/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting up a new computer

Downloads

Command line stuff

  • Set up SSH key.
  • Clone dotfiles (this repo!)
  • bash symlinks.sh
  • brew install zsh
  • add /usr/local/bin/zsh to /etc/shells
  • chsh -s $(which zsh)
  • brew install zsh-autosuggestions
  • brew install zsh-completions
  • brew install zsh-syntax-highlighting
  • brew install ghostty
  • brew install tmux
  • brew install reattach-to-user-namespace
  • brew install neovim
  • oh-my-zsh
  • brew install fzf
  • brew install rg
  • brew install opencode
  • brew install gh
  • install Node
  • install bun
    • brew tap oven-sh/bun
    • brew install bun
  • brew install docker
  • brew install docker-compose

Install other things

mkdir -p ~/.config/tmux-plugins/catppuccin
git clone -b v2.1.3 https://github.com/catppuccin/tmux.git ~/.config/tmux-plugins/catppuccin/tmux

npm install -g @github/copilot
npm install -g @githubnext/github-copilot-cli
curl https://cursor.com/install -fsS | bash

Logging in to everything

  • gh auth login

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published