-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNOTES
52 lines (37 loc) · 1.12 KB
/
NOTES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
This txt contains various notes pertaining to dotfiles.
That's a pretty broad statement and I appolojize. TODO content
and 'things to do' -in general- should not end up here, but
should end up in the TODO doc.
= Observations of some *profile and startup file content =
----
== PHISATA ==
=== pulled from phisata's .bash_profile ===
{{{
# User specific environment and startup programs
}}}
=== pulled from phisata's .bashrc ===
{{{
# User specific aliases and functions
source ~/.mvin-myprofile
}}}
== MAGNIFICENT ==
=== pulled from magnificent's .bash_profile ===
nil
=== pulled from magnificent's .bashrc ===
{{{
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
echo "$HOME/.bashrc"
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
}}}
{{{
. ~/.dotfiles/mainly
}}}
= Additional resources =
----
* "environment-modules" package
* http://dotfiles.org/ - dotfiles.org is a place to upload, download, and share your dotfiles.
* https://github.com/zong-sharo/dotfiles/blob/master/Makefile
** installs dotfiles