This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Custom plugin for zsh | |
# | |
# Common aliases | |
# | |
# Author: Thomas Bendler <[email protected]> | |
# Date: Wed Jan 1 23:54:03 CET 2020 | |
# | |
### Command enhancements aliases ### | |
alias ls='ls -GFh' # Preferred 'ls' implementation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# p10k.zsh configuration file | |
# | |
# Author: Thomas Bendler <[email protected]> | |
# Date: Sun Jan 12 17:54:00 CET 2020 | |
# | |
# Based on romkatv/powerlevel10k/config/p10k-lean.zsh, checksum 551. | |
# For more information see https://github.com/romkatv/powerlevel10k | |
# | |
# Apply configiguration changes without restarting zsh. | |
# Edit ~/.p10k.zsh and type `source ~/.p10k.zsh`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#version=RHEL7 | |
# | |
# OEL7 kickstart baseline installation file | |
# | |
# Author: Thomas Bendler <[email protected]> | |
# Date: Fri Feb 5 12:12:46 CET 2016 | |
# Revision: 0.5 | |
# | |
# Distribution: Oracle Enterprise Linux | |
# Version: 7.x |