Skip to content

mcornut/dotfiles

Repository files navigation

dotfiles

Quality Gate Status

How it works?

Code written by ViBiOh

Please have a look at this article here

Installation

curl "https://raw.githubusercontent.com/mcornut/dotfiles/master/bootstrap" | bash

Update

"${HOME}/code/dotfiles/init" -a

Configuration

You can set following environment variables for customizing installation behavior:

  • DOTFILES_NO_NODE="true" doesn't perform install of installations/node file (replace NODE by any uppercase filename in installations/ dir)
#!/usr/bin/env bash

# Server configuration example

export DOTFILES_NO__MACOS="true"
export DOTFILES_NO__PASS="true"
export DOTFILES_NO_ALACRITTY="true"
export DOTFILES_NO_APPLE="true"
export DOTFILES_NO_DNS="true"
export DOTFILES_NO_DOCKER="true"
export DOTFILES_NO_FIREFOX="true"
export DOTFILES_NO_GOLANG="true"
export DOTFILES_NO_GPG="true"
export DOTFILES_NO_JSONNET="true"
export DOTFILES_NO_KUBERNETES="true"
export DOTFILES_NO_MINIO="true"
export DOTFILES_NO_NODE="true"
export DOTFILES_NO_PYTHON="true"
export DOTFILES_NO_PYTHON_ANSIBLE="true"
export DOTFILES_NO_PYTHON_IREDIS="true"
export DOTFILES_NO_PYTHON_PGCLI="true"
export DOTFILES_NO_SHELLCHECK="true"
export DOTFILES_NO_SUBLIME="true"
export DOTFILES_NO_SYNCTHING="true"
export DOTFILES_NO_TERRAFORM="true"

SSH

ssh-keygen -t ed25519 -a 100 -C "$(whoami)@$(hostname)" -f "${HOME}/.ssh/id_ed25519"

Command Line Tools (macOS)

Reinstall them by running following command:

sudo rm -rf $(xcode-select -print-path)
xcode-select --install

Brew

Fix it with following command when it's broken.

sudo chown -R "$(whoami)" "$(brew --prefix)"/*
brew doctor

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published