Skip to content

drozel/linuxEnv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinuxEnv

Here I store my linux (actually not only) configs etc. Some stuff has an automatic install ability (refer to Autoinstal chapter).

Autoinstall

./install.sh is used for auto-installation/update of environment. It goes to every subdirectory of this repo and tries to run following steps:

  • install.sh: if subfolder contains it, it will be run
  • symlinks: if this file exists, symlinks will be created. For format, see Symlink formats

Symlink formats

The file symlink contains 2 arguments per line. The first one is the target: name of the file in the same folder. The second is the link, symlink that will be created to the target. Bash variables including ~ can be used here.

Example:

.gitconfig ~/.gitconfig
.gitconfig_knx.inc ~/.gitconfig_knx.inc

will create 2 symlinks in home directory to two corresponding files in the folder with the symlinks file.

About

Various settings from OS, git, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages