These are base dotfiles we use at Lambda3. We're using Dotbot to automate it.
You can supply several options, run .dotfiles/install --help
to see them.
Fork it to your own user in Github, and make the changes you want. You will also need to fork these repositories:
Then clone your repo with submodules (with ssh or HTTPS):
git clone --recurse-submodules [email protected]:<youruserongithub>/dotfiles.git $HOME/.dotfiles
Make your customizations, save, commit, push.
Then run the install script ~/.dotfiles/install
.
Note: Some files and directories from the home directory will be removed. Check the
install.conf.yaml
file, on the shell
section to see which ones and make sure you are ok with it,
there will be no prompt.
- Clone this repo to ~/.dotfiles
You should use https:
git clone --recurse-submodules https://github.com/lambda3/dotfiles $HOME/.dotfiles
- Run the install script
~/.dotfiles/install
.
Remove all directories that will be replaced by the submodules.
You should use a Powerline enabled font, as some characters are Powerline glyphs.
We recommend Cascasdia Code, download it from
its release page.
The font name you want is Cascadia Code PL
.
Other Powerline fonts can be found at the Powerline fonts repository.
Add this to your config:
{
"profiles": {
"defaults": {
"fontFace": "Cascadia Code PL",
}
See them here.
Licensed under the Apache License, Version 2.0.