Code Monkey home page Code Monkey logo

dotfiles's Introduction

Dotfiles

Dotfiles for various common program

NOTE: those scripts and setup file may use some system variables defined per user and since those may contain sensitive information mine are not present here

Directory hierarquy

Currently files are installed following two main rules:

  • #1: 'regular files' ( man test, search for -f) are linked accordingly with env
  • #2: 'directories' (man test, search for -d) have its inside files linked inside the the directory accordingly with env

When installing all know that files are listed with a limited depth from inside home, i.e., files direclty inside home are linked, folders skipped; files inside a folder directly inside home/ have its content linked inside the directory specified in env E.g.:

  • home/vimrc -> ~/.vimrc
  • home/local/* -> ~/.local/

vimrc

  • my minimalist vim setup tested against Vi IMproved v. 8.0
  • I try to not use any external plugin on vim

bashrc and similar scripts

  • since most of the setup are login independent most of the configuration in the bashrc file

  • environment setup is made in two files

    • .benv contains any common ambience values
    • .benv.priv contains sensitive info
  • my bash setup is dived into 4 main parts

    • .bash_profile runs bashrc, so I'm sure every login shell also runs bashrc
    • .bashrc is the main file, it loads the other (if present) and do some bash setup
    • .baliases define some common aliases
      • this file uses shell variables heavily
    • .bfunctions common scripts functions, some may have a doc info

TO DO

  • fix this README file

  • move from i3 to other wm with transparency support

    • use compton for transparency, maybe?
  • adjust the binaries for better shown

  • also list dependencies for the system

  • use .gif as wallpapers

    • w/ terminal transparency this is going to be sweet
    • also create some floating applications in right vertical
      • for big screens since code uses little space

dotfiles's People

Contributors

lucasbretana avatar

Stargazers

Eduardo Kluwe Veiga avatar Jonathas Conceição avatar Matheus Cruz avatar

Watchers

James Cloos avatar

dotfiles's Issues

User Story #00

Sample for a common user story that can be used for every new project

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.