Configuration for programs and scripts for install programs...

Razaniy 95f5f0fd1f Update conky.conf config 2 years ago
config 95f5f0fd1f Update conky.conf config 2 years ago
programs b7d78bbf36 ReName 'apt-install.sh' to 'main.sh' and modified this file 5 years ago
scripts 9b69efd084 DO ALL saved 3 years ago
README.md 9b69efd084 DO ALL saved 3 years ago
WSL_dive_D_mount.ch 9b69efd084 DO ALL saved 3 years ago
settings.txt f0a614c398 Add to 'settings.txt' alias 'aptar' 5 years ago
vim-plug.ch 51da41caf0 Change file execute mode 'vim-plug.ch' 3 years ago

README.md

Config file for programs and scripts to os lunux destributions

Install configs files

Change directory to ''local repository/config' and run script install from this directory.

 $ cd configuration/config/
 $ ./install.sh  # This script created soft links

Scripts

Build python from source code

  1. Change directory to 'local repository/scripts/python'
  2. Run command
 $ ./compile.ch {path/to/archive_file} {mode installed (install or altinstall)}

Examples

# Example 1
 $ ./compile.ch ./Python-4.11.1rc2.tar.xz install
# Example 2
 $ ./compile.ch ./Python-5.12.2rc3.tgz altinstall