Adisakshya's dotfiles!
- Git
- Make
- For Windows - Using winget
- For Linux -
$ apt-get install build-essential
git clone https://github.com/adisakshya/dotfiles ~/.dotfiles && cd ~/.dotfiles
Dotfiles can be installed either using the Makefile or the dotbot install-scripts.
The Makefile contain bootstrap scripts helping in installing prerequisites and utilities -
- Source Code Pro Powerline Font
- Oh My Posh
- Scoop (for Windows)
- ZSH, Oh My ZSH and required ZSH plugins (for Linux)
After installing these prerequisites the symlinks are created for the chosen profile using dotbot install-script.
make windows
make linux
$ ./install-profile <profile> [<configs...>]
See meta/profiles/ for available profiles
$ ./install-standalone <configs...>
See meta/configs/ for available configurations
meta/profiles ├── linux └── windows
meta ├── base.yaml └── configs ├── bash.yaml ├── essentials.yaml ├── oh-my-posh.yaml ├── powershell.yaml ├── vscode.yaml ├── windows-terminal.yaml └── zsh.yaml