Skip to content

crabdul/.dotfiles

Repository files navigation

Dotfiles 🎈

Symlink config files 🔗

This symlinks any necessary files that need to be in $HOME

bash ~/.dotfiles/install.sh

Install prezto

git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"

Run ./install.sh

Install zsh plugins

git clone https://github.com/zdharma/history-search-multi-word.git ~/.zsh/plugins/history-search-multi-word
git clone https://github.com/zdharma/fast-syntax-highlighting ~/.zsh/plugins/fast-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/plugins/zsh-autosuggestions

Install brew packages 🍺

Brew bundle is used to install dependencies including Mac applications, even ones from the Mac App store.

brew bundle --file=~.Brewfile

Install vim-plug, the vim plugin manager

sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
       https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'

Setup iTerm2 👾

In General/Preferences, set custom folder path

~/.dotfiles/config/iterm2

Install Mono font

NVIM

  • Install coc plugins
  • create python env

NVM

nvm install 12.16.2

Scripts

mkdir /opt/scripts
sudo ln -s ~/.dotfiles/scripts/ /opt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published