Skip to content

jlento/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal configuration files

In general, I just clone this repository to ~/github/jlento/config, and then make soft links in HOME.

Spacemacs

ln -s ~/github/jlento/config/.spacemacs ~/.spacemacs

Bash

Source custom initializations from ~/.bash_profile, with for example by adding line

source ~/github/jlento/config/profile.d/osx

in OS X, or for NoMachine connections with

if [[ $(host ${SSH_CONNECTION%% *}) =~ .*nxkajaani\.csc\.fi.* ]] \
   && [ -f ~/github/jlento/config/profile.d/nxkajaani ]; then
    source ~/github/jlento/config/profile.d/nxkajaani
fi

Spacemacs C IDE

First, install clang. If using conda in Linux, it's in package 'clangdev'.

Emacs variables you may need to touch...

flycheck-gcc-include-path
exec-path

About

Various configure files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published