kiss-repository

personal kiss repository
git clone git://git.ckyln.com/~cem/kiss-repository.git
Log | Files | Refs | Submodules | README | LICENSE

README (788B)


      1 Personal KISS repository
      2 ========================
      3 
      4 This is my personal KISS repository,
      5 I made it so anyone can install my 
      6 builds of st,dwm,dmenu (or my small programs)
      7 on Carbs Linux and KISS Linux
      8 
      9 
     10 Add to your KISS Path
     11 ---------------------
     12 
     13 In order to install packages in this repository,
     14 you need to clone it and add it to your repository
     15 path. It can be accomplished with,
     16 
     17 
     18 	# Clone the repository
     19         -> git clone git://git.ckyln.com/kiss-repository /var/db/kiss/cem-repo
     20 	
     21 	# Now edit your /etc/profile.d/kiss_path.sh file
     22 	# Add the path to the beginning if you want to
     23 
     24 	# Adding to the beginning makes sure that if there
     25 	# is the same package from another repository, it prioritizes
     26 	# my package
     27 	export KISS_PATH=/var/db/kiss/cem-repo/cem:/var/db/kiss/repo........
     28