Skip to content

lillchan/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

dotfiles and random notes about setting up a new computer

setup github

add symlinks

  • files to symlink: .gitconfig, .zshrc, .vimrc
  • repos might not be in the Project directory
ln -s Projects/dotfiles/<filename> ~/<filename>

# add -f flag to overwrite existing links
ln -s Projects/dotfiles/<filename> ~/<filename>

things to install

  • VS Code
  • iterm2
    • install theme - dracula for iterm
    • use natural text editing - Preferences -> Profiles -> Keys -> Load Preset... -> Natural Text Editing
      • this way, cmd + -> will go to end of line and option + -> will jump words
  • homebrew
    • installs Xcode Command Line Tools
    • final step - add homebrew to PATH
  • oh-my-zsh
  • bat
    • brew install bat
    • added as alias for cat (in .zshrc)
  • vim-plug
    • auto installed in .zshrc file
    • to install plugins with plugin manager: vi ~/.vimrc :PlugInstall
    • plugin(s) to install: vim-airline
  • fzf
    • brew install fzf
    • install key bindings and fuzzy completion: $(brew --prefix)/opt/fzf/install
  • ripgrep
  • tldr

About

dot dot dot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published