Skip to content

My configuration files for emacs, bash, etc... and my script utilities

Notifications You must be signed in to change notification settings

nephewtom/myconf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

367 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README for myconf

myconf

This repo stores my configuration settings for bash & GNU Emacs under Linux and Mac OS X.

In order to set bash environment and aliases, it is necessary to source the corresponding script.
On Ubuntu 14.04:

user@ubuntu:~$ tail -3 .bashrc
# --- my conf
. ~/myconf/common_env
. ~/myconf/linux_env
. ~/myconf/persistent_history

user@ubuntu:~$ cat .bash_aliases
. ~/myconf/common_alias
. ~/myconf/linux_alias

On Mac OS X:

iMac:~ tomas$ cat .bash_profile
export PATH=${PATH}:~/bin
. ~/myconf/common_env
. ~/myconf/mac_env
. ~/myconf/persistent_history
. ~/myconf/common_alias
. ~/myconf/mac_alias
  

On Windows: TODO

To load emacs `init.el` file, create a symbolic link like:

user@hostname:~/.emacs.d$ ln -s ~/myconf/init.el init.el

TODO: I might change its name to **onmyset**, as it has a funny meaning

About

My configuration files for emacs, bash, etc... and my script utilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published