Giter VIP home page Giter VIP logo

dotfiles's Introduction

dotfiles

Updated, more minimalist version of my personal dotfiles. Just the basics, just what I use everyday. Customizations focus on Emacs, and LaTeX.

To install, use GNU Stow.

To use:

  • Clone the repo into your home directory, into a .dotfiles directory.
  • Navigate into said directory.
  • Run the command stow emacs and stow whatever else you need.
  • Done. Everything is symlinked up.

A note on .emacs.d

This configuration is minimal, attempting to only utilize ELPA packages available via package managers in many GNU/Linux distributions.

The packages needed are:

  • AUCTeX (auctex)
  • YASnippet (elpa-yasnippet, elpa-yasnippet-snippets)
  • Org (elpa-org)

A note on .gitconfig

To use this git configuration, you also need the file .gitconfig.local with the file contents

[user]
	name = First Last
	email = [email protected]

and any other private git configurations in your home directory.

For example, one useful private configuration might be if you wish to have a separate git configuration for work or school active only within a specific /home/username/directory directory, distinct from your main credentials. To do so, you can include the following in your gitconfig.local:

[includeIf "gitdir/i:/home/username/directory/"]
	path = /home/username/.gitconfig.example

with the contents of /home/username/.gitconfig.example something along the lines of

[user]
	name = First Last
	email = [email protected]

[core]
	sshCommand = ssh -i ~/.ssh/id_example

dotfiles's People

Contributors

jnclark avatar

Watchers

 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.