xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Don't forget to add Homebrew to your PATH. See instructions in installation log.
brew install stow
git clone https://github.com/valdemarua/dotfiles.git ~/dotfiles
cd ~/dotfiles && stow \
alacritty \
amethyst \
gem \
git \
helix \
homebrew \
kitty \
nvim \
pry \
term \
tmux \
vim \
wezterm \
zellij \
zsh \
lua
brew bundle --global
Install Oh My Zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
tic -x ~/.xterm-256color-italic.terminfo
To download, compile, and install the latest release of node, do this:
fnm install node # "node" is an alias for the latest version
To install a specific version of node:
fnm install 14.7.0 # or 16.3.0, 12.22.1, etc
Install vim-plug
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
Important some plugins depends on Node.js so it should be installed before you call the next command.
Call :PlugInstall
in VIM to install plugins.
Install Tmux Plugin Manager
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm