All Projects → jessfraz → Dotfiles

jessfraz / Dotfiles

Licence: mit
Installing

Programming Languages

shell
77523 projects
perl
6916 projects
Makefile
30231 projects

Projects that are alternatives of or similar to Dotfiles

dotneovim
My NeoVIM configuration
Stars: ✭ 15 (-99.49%)
Mutual labels:  dotfiles
dotfiles
My dot files
Stars: ✭ 25 (-99.15%)
Mutual labels:  dotfiles
Eliot
Open source system for managing containerized applications in IoT device
Stars: ✭ 258 (-91.25%)
Mutual labels:  containers
dotfiles
Configs for apps I care about
Stars: ✭ 19 (-99.36%)
Mutual labels:  dotfiles
dotfiles
My dotfiles
Stars: ✭ 16 (-99.46%)
Mutual labels:  dotfiles
Emacs.d
My Emacs configuration, literately 😄
Stars: ✭ 254 (-91.38%)
Mutual labels:  dotfiles
vimrc
My neovim config
Stars: ✭ 43 (-98.54%)
Mutual labels:  dotfiles
Blockchain Network On Kubernetes
Demonstrates the steps involved in setting up your business network on Hyperledger Fabric using Kubernetes APIs on IBM Cloud Kubernetes Service.
Stars: ✭ 261 (-91.15%)
Mutual labels:  containers
rEFInd-glassy
A minimalistic rEFInd theme
Stars: ✭ 46 (-98.44%)
Mutual labels:  dotfiles
Dotfiles
My dotfiles
Stars: ✭ 258 (-91.25%)
Mutual labels:  dotfiles
dotfiles
~/.* with ♥
Stars: ✭ 20 (-99.32%)
Mutual labels:  dotfiles
zshrc
📝 Zsh Configuration for nerds with zplug
Stars: ✭ 28 (-99.05%)
Mutual labels:  dotfiles
Netshoot
a Docker + Kubernetes network trouble-shooting swiss-army container
Stars: ✭ 3,709 (+25.81%)
Mutual labels:  containers
dotfiles
NixOS/home-manager setup with i3,kitty, qutebrowser and cli based vim-like programs
Stars: ✭ 23 (-99.22%)
Mutual labels:  dotfiles
Simpleator
Simpleator ("Simple-ator") is an innovative Windows-centric x64 user-mode application emulator that leverages several new features that were added in Windows 10 Spring Update (1803), also called "Redstone 4", with additional improvements that were made in Windows 10 October Update (1809), aka "Redstone 5".
Stars: ✭ 260 (-91.18%)
Mutual labels:  containers
dotfiles
Handcrafted dotfiles for my Arch system
Stars: ✭ 11 (-99.63%)
Mutual labels:  dotfiles
Kubernetes Java Sample
Kubernetes Hands-on Workshop
Stars: ✭ 254 (-91.38%)
Mutual labels:  containers
Dockly
Immersive terminal interface for managing docker containers and services
Stars: ✭ 3,034 (+2.92%)
Mutual labels:  containers
Hpc Container Maker
HPC Container Maker
Stars: ✭ 260 (-91.18%)
Mutual labels:  containers
Service Fabric
We've moved!
Stars: ✭ 258 (-91.25%)
Mutual labels:  containers

dotfiles

make test

Table of Contents

About

Installing

$ make

This will create symlinks from this repo to your home folder.

Customizing

Save env vars, etc in a .extra file, that looks something like this:

###
### Git credentials
###

GIT_AUTHOR_NAME="Your Name"
GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
git config --global user.name "$GIT_AUTHOR_NAME"
GIT_AUTHOR_EMAIL="[email protected]"
GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
git config --global user.email "$GIT_AUTHOR_EMAIL"
GH_USER="nickname"
git config --global github.user "$GH_USER"

###
### Gmail credentials for mutt
###
export [email protected]
export GMAIL_NAME="Your Name"
export [email protected]

Resources

.vim

For my .vimrc and .vim dotfiles see github.com/jessfraz/.vim.

Contributing

Running the tests

The tests use shellcheck. You don't need to install anything. They run in a container.

$ make test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].