GithubHelp home page GithubHelp logo

shannarra / dotfiles Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 28.75 MB

Collection of my dotfiles

Shell 0.04% Emacs Lisp 41.54% YASnippet 0.08% Python 0.28% Racket 1.06% Standard ML 0.03% JavaScript 56.91% Rust 0.01% Makefile 0.01% Ruby 0.04% HTML 0.01% CSS 0.01% Gherkin 0.01% TeX 0.01%

dotfiles's Introduction

dotfiles

Collection of my dotfiles

Just drag-and-drop in ~

Terminal

I am using a TerMinal MultipleXer (TMUX) in my day-to-day development life.

Installation

To install it, you can just do:

sudo apt install tmux

On Debian-based systems. For other distros you can refer to tmux installation wiki.

Configuration

Configuring is as simple as just copy-pasting the .tmux.conf and .tmux.color.conf files into the ~ folder and running the following command:

tmux source-file ~/.tmux.conf

Custom bindings

MOD key has been set to C-x, same as EMACS.

Reloading the configuration can be done using $MOD-r.

IDE

I am using Emacs, ergo the .emacs files. If you want to change the font or the font size you can edit the first lines in the .emacs file to something like:

;;; Appearance
(defun rc/get-default-font ()
  (cond
   ((eq system-type 'windows-nt) "TimesNewRoman-13")
   ((eq system-type 'gnu/linux) "ComicSans-20")))

And restart Emacs.

GHCI

Custom prelute text has been added when running ghci.

BASH

Several custom/utility commands have been added:
sfind => a wrapper around grep excluding most possible utility, log and vendor folders (node_modules included)
emkdir => shorthand for "enter make directory". Creates a directory and enters it in a single command.
unzip => unzips a tarball.
workdir => changes directory to one specified by the user. To set it up just change the PROJECT_DIR= variable on line 134.
clear_port => clears a given port, killing all processes occupying it. Especially useful for web development.

dotfiles's People

Contributors

shannarra avatar angelovpetar 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.