An assortment of configuration files to get new hosts development ready.
Note: back up any existing configuration files before you overwrite them. The order is meant to serve more as a guide. Some steps are flexibile.
mv .<TARGET_FILE>-$(date %s).bak
- brew
- Unix-like environment
cp .bash_profile $HOMEcp .bashrc $HOMEcp .bash_aliases.git $HOMEcp .zshrc $HOMEbrew install zsh- sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" # install oh-my-zsh
- Download and install the MesloLGS NF font family
- git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
p10k configurebrew install vimbrew install tmuxcp .tmux.conf $HOMEcp .vimrc $HOME/vimcp .gitconfig $HOMEcp .profile $HOME# for rbenvgit clone https://github.com/agkozak/zsh-z.git $ZSH_CUSTOM# download z for zsh- source /path/to/zsh-z.plugin.zsh # add to zshrc
brew install the_silver_searcher