vifelisberto / dotfiles

These are Lambda3 dotfiles, used by the employees to create one for themselves (if they don't already have one).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lambda3's Dotfiles

These are base dotfiles we use at Lambda3. We're using Dotbot to automate it.

Command line options

You can supply several options, run .dotfiles/install --help to see them.

Installation

Fork it

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 git@github.com:<youruserongithub>/dotfiles.git $HOME/.dotfiles

Make your customizations, save, commit, push.

Then run the install script ~/.dotfiles/install.

Use it directly (not recommended)

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.

Cleanning up before installing

Remove all directories that will be replaced by the submodules.

Regarding fonts

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.

Configuring the Windows Terminal

Add this to your config:

{
  "profiles": {
    "defaults": {
      "fontFace": "Cascadia Code PL",
}

Contributors

See them here.

License

Licensed under the Apache License, Version 2.0.

About

These are Lambda3 dotfiles, used by the employees to create one for themselves (if they don't already have one).

License:Apache License 2.0


Languages

Language:Shell 98.1%Language:Dockerfile 1.9%Language:Vim Script 0.1%