Skip to content

jcubic/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

180 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jcubic Dotfiles

Bunch of customizations that I use on my Linux/Unix systems.

Usage

Bash

clone the repo

Add below to your ~/.bashrc

. ~/path/dotfiles/bash/init

singleline_prompt

You can also use multiline prompt:

multiline_prompt

NOTE: 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.

GNU Emacs

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"))

License

Copyright (C) Jakub T. Jankiewicz
Released under CC-0 license

About

Linux dotfiles

Resources

Stars

7 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors