Some Small Adaptions
This commit is contained in:
parent
c262c1ee40
commit
733bd1bf0b
3 changed files with 3 additions and 5 deletions
|
@ -176,7 +176,7 @@ if [[ "${systype}" == "x86_64-efi" ]]; then
|
|||
fi
|
||||
|
||||
echo "Installing Base System Packages"
|
||||
pacstrap /mnt base $kernel $microcode $firmware $extrapkgs btrfs-progs grub grub-btrfs snapper vim git tmux htop iftop iotop tcpdump mtr rsync wget which zip lsof strace openssh inetutils bc man-pages sudo
|
||||
pacstrap /mnt base $kernel $microcode $firmware $extrapkgs btrfs-progs grub grub-btrfs snapper vim git tmux htop iftop iotop tcpdump mtr rsync wget which zip lsof strace openssh inetutils bc man-pages sudo bash-completion
|
||||
|
||||
echo "Creating Basic Config Files"
|
||||
genfstab -U /mnt | sed -e 's/suvolid=[0-9]*,//g' >> /mnt/etc/fstab
|
||||
|
|
|
@ -10,8 +10,6 @@ export HISTCONTROL=ignoreboth,erasedups
|
|||
shopt -s histappend
|
||||
export PROMPT_COMMAND="history -a; history -n; $PROMPT_COMMAND"
|
||||
|
||||
# Shell Options
|
||||
|
||||
# Shell options
|
||||
shopt -s cdspell # Correct minor typos in cd directories
|
||||
shopt -s dirspell # Correct minor typos in globbing
|
||||
|
@ -55,4 +53,4 @@ export GREP_COLOR="1;33"
|
|||
# Aliases
|
||||
alias ls='ls --color=auto'
|
||||
alias grep='grep --color=auto'
|
||||
alias df='(echo "Device Size Used Avail Usage% Mountpoint"; df -hP -x tmpfs -x devtmpfs 2>&1 | egrep -v "Dateisystem|/mnt/data/homes/|rootfs") |column -t'
|
||||
alias df='(echo "Device Size Used Avail Usage% Mountpoint"; df -hP -x tmpfs -x devtmpfs 2>&1 | grep -E -v "Dateisystem|/mnt/data/homes/|rootfs") |column -t'
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH+nJART0HRPz+9ykN6cTQp/ixUoPhbyH01D7SGBXW9Z causer@ca01
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAEsmyOL1+Ie4URCxbcobAUrA5pEpJ9eyb2u4+xcacCG Wired Network SSH CA
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJTmy1fbSUUOubPmRIl14rJLdZsLwNdPChknmgQ8NW7M Wired Network SSH CA
|
||||
|
|
Loading…
Reference in a new issue