Bunch of customizations that I use on my Linux/Unix systems.
clone the repo
Add below to your ~/.bashrc
. ~/path/dotfiles/bash/init
singleline_promptYou can also use multiline prompt:
multiline_promptNOTE: the prompt use git (developer tool) so if you don't have it instaled, make sure you
modify the prompt before using.
PS: Make sure to read what the code is doing. I'm not responsible if something breaks on your system.
Feel free to look around and copy whatever you find usefull.
To execute everything clone the repo and use this to load all the files:
(add-to-list 'load-path "~/path/dotfiles/emacs/packages")
(eval-when-compile (require 'cl))
(require 'functions)
(mapc 'load (file-expand-wildcards
"~/path/dotfiles/emacs/config/*.el"))Copyright (C) Jakub T. Jankiewicz
Released under CC-0 license