This gist contains a rough set of instructions on bootstrapping a new Ubuntu environment the way I like it.
sudo apt install zsh
Then install the oh-my-zsh manager.
Clone the custom settings in the custom directory
rm -Rf $ZSH/custom
git clone [email protected]:matt-l-w/zsh-settings.git $ZSH/custom
Copy relevant parts from a previous .zshrc
. Make sure to convert with dos2unix etc. if changing platforms.
You'll likely get 'command not found'. Resolve these one by one.
nvm install node
Install vim plugins
vim
:PlugInstall
ripgrep is a line-oriented search tool that recursively searches your current directory for a regex pattern
sudo apt install ripgrep
fd is a simple, fast and user-friendly alternative to find.
sudo apt install fd-find
sudo apt install tmux
Not completely necessary, but installing the DO CLI is useful for managing the neverstew server.
sudo apt-get install jq