Code Monkey home page Code Monkey logo

dotfiles's Introduction

Dotfiles - Configuration files

HOMEPAGE

https://github.com/mcandre/dotfiles

NOTABLE CONFIGURATIONS

ASDF

ASDF isolates programming environments on a per-project, per-directory basis. This enables engineers to work on multiple projects with less friction about conflicting programming language versions.

Examples:

EditorConfig

The EditorConfig system provides a standard way to configure basic text file settings. It is cross-programming-language, cross-text-editor, and cross-platform. If needed, per-directory or per-project configurations can be applied, in order to support conflicting indentation styles or whathaveyou.

An thorough example .editorconfig file sets up many projects for success.

gitignore

src/.profile.d/gitignore.sh implements a CLI for the popular gitignore.io pattern database.

ll

A common UNIX alias for rapidly listing information about files in the current directory, in detail.

Setup via src/.profile.d/ll.sh.

open

The convenient macOS open command line tool accepts a directory or file path argument, launching the file graphically with the default application. This is helpful for quickly exploring large directory trees and project artifacts.

It is provided with the base macOS operating system. Equivalent aliases for open are provided in example shell configuration snippets:

REQUIREMENTS

Recommended

  • ASDF 0.10 (run asdf reshim after provisioning)
  • direnv 2

TERMINAL COLORS

Monokai

AUDIT

$ ./build audit

LINT

$ ./build [lint]

dotfiles's People

Contributors

aep-shoutlet avatar apenneb avatar apennebaker avatar apennebaker-ni avatar mcandre avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

dotfiles's Issues

conqueterm unicode errors

conqueterm gets confused when inserting the text “испытание_test.go”, overwrites the cyrillic испытание with _test.go, resulting in “_test.go” by mistake

Fix direnv in WLS bash

As a Windows developer (gross!), I want to setup direnv better in WLS bash, so that I can manage multiple programming languages and versions more easily.

Windows Subsystem for Linux bash fails to load the direnv and its helper scripts properly.

  • The first direnv load produces direnv: error wait: interrupted system call
  • None of the $HOME/.bashrc.d/direnv/*.sh helper scripts are being loaded

.gitignore horribly broken

I've used this gitignore, and now that I need to restore my project, it is completely messed up, full of missing references and stuff.

I have to throw away everything and start from scratch.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.