Skip to content

vdhieu/dotfiles

Repository files navigation

Install tools

CLI tools

./install.sh
# install Brew and restore packages
xcode-select --install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

# Install oh my zsh and plugins
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-completions ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/zsh-completions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/lukechilds/zsh-nvm ~/.oh-my-zsh/custom/plugins/zsh-nvm

# Restore configs
cp ./{.gitconfig,z.sh,.zshrc,.vimrc} ~

Key mapping

Make caps lock more useful

  • Karabiner-Elements download
  • Retore ~/.config/karabiner/assets/complex_modifications

Editor

  • VsCode download
  • Configs and keymapping in vscode folder

Docker

Terminal

  • Iterm2 download
  • Restore settings: CMD + , -> General -> Load preferences from a custom folder or URL

Others

  • Rectangle - Move and resize windows download

About

Personal dotfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published