Common dotfiles for Linux workspaces
If you're using Github codespaces, you can folk this repo and config it following Github instruction.
You can use a single command to install. Choose either 1 of these:
- via curl
sh -c "$(curl -fsSL https://raw.githubusercontent.com/alfrededison/dotfiles/main/tools/online-install.sh)" - via wget:
sh -c "$(wget -qO- https://raw.githubusercontent.com/alfrededison/dotfiles/main/tools/online-install.sh)" - via fetch:
sh -c "$(fetch -o - https://raw.githubusercontent.com/alfrededison/dotfiles/main/tools/online-install.sh)"
- Download and install fonts on your local system with p10k fonts.
- Config your terminal to use
MesloLGS NFas its font family.