Code Monkey home page Code Monkey logo

dotfiles's Introduction

.dotfiles

I really love to configure text editors. Kakoune and Emacs configurations are stored in this repository. There also was NeoVim config, but since I'm no longer using and maintaining its configuration, it was removed. If you're interested in it, you can browse the repository at this commit.

Also includes settings for Termite, Tmux, and other misc stuff, that is usual for Linux.

Structure

The structure of this repository is pretty simple. Each directory that is named along with default system name contains files that should be copied or sym-linked to corresponding system directory. All hidden files at the root of the repository should be copied of sym-linked to home directory.

.dotfiles               ~> /home/$USER
├── .bashrc             ~> ├── .bashrc
├── .config/*           ~> ├── .config/
├── .config/emacs       ~> ├── .emacs.d (for pre Emacs 27 users)
├── c_project_template     │
├── .editorconfig       ~> ├── .editorconfig
├── .git/                  │
├── .gitconfig          ~> ├── .gitconfig
├── .gitignore             │
├── .inputrc            ~> ├── .inputrc
├── README.md              │
├── scripts                │
└── .tmux.conf          ~> └── .tmux.conf

These directories and files should be excluded from copying or sym-linking:

  • .git, .gitignore, README.md - obviously, there's no need to copy these files to your home directory, as those are git related files.
  • c_project_template - is a template for creating a C project, that is used by a script, that is placed in scripts directory.
  • scripts - directory stores scripts that I use directly from there, either by sourcing or by invoking from $PATH.
  • .config directory should not be sym-linked to home directory, since all your configuration files will be visible to git. Only files that inside this directory should be copied or sym-linked.

dotfiles's People

Contributors

andreyorst avatar

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.