If on macOS, sign in to the Mac App Store.
If on Ubuntu linux, install a few deps first:
sudo apt-get install build-essential procps curl file git libz-dev language-pack-en language-pack-en-base manpages libssl-dev
sudo update-locale LANG=en_US.UTF8
Clone this repo into ~/.dotfiles
, then run the bootstrap:
./bootstrap.sh
You should only need to run this script once per machine setup, unless you add more .symlink files
At the end of that script, it will prompt you to run the dependency installer:
dot
This script should be run regularly, as it will also update dependencies.
There are a few manual steps you'll need to take as well:
Visit git hosting providers and supply my ssh public key:
pubkey
Open Visual Studio Code and import settings following this guide
Apps that need to be opened and setup so they automatically start on boot:
Install color themes
Install Dracula Pro on
bat
mkdir -p "$(bat --config-dir)/themes"
cd "$(bat --config-dir)/themes"
open .
# copy the sublime themes here
bat cache --build
Install manual software:
To update all dependencies, just run dot
on a regular basis.
dot
dot
can also be used to open this repository in your editor:dot -e