From 44ec52c06d8b8cdcc69dbeafbd291b64f62468d7 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 8 Jul 2020 16:30:44 +0100 Subject: [PATCH] Added other configs --- bash/.bash_logout | 2 ++ bash/.bash_profile | 14 ++++++++++++++ bash/.bashrc | 15 +++++++++++++++ git/.gitconfig | 8 ++++++++ mutt/.muttrc | 0 5 files changed, 39 insertions(+) create mode 100644 bash/.bash_logout create mode 100644 bash/.bash_profile create mode 100644 bash/.bashrc create mode 100644 git/.gitconfig create mode 100644 mutt/.muttrc diff --git a/bash/.bash_logout b/bash/.bash_logout new file mode 100644 index 0000000..af7c6fd --- /dev/null +++ b/bash/.bash_logout @@ -0,0 +1,2 @@ +# ~/.bash_logout + diff --git a/bash/.bash_profile b/bash/.bash_profile new file mode 100644 index 0000000..8c6a31f --- /dev/null +++ b/bash/.bash_profile @@ -0,0 +1,14 @@ +# .bash_profile + +# Get the aliases and functions +if [ -f ~/.bashrc ]; then + . ~/.bashrc +fi + +# User specific environment and startup programs +export TZ=GB +export LANG=en_GB.UTF-8 +export EDITOR=nano +export VISUAL=nano + +export PS1="\[\e[0;90m\][\[\e[0;37m\]\u\[\e[0;37m\]@\[\e[0;37m\]\H\[\e[0;90m\]] \[\e[0;90m\](\[\e[0;37m\]\W\[\e[0;90m\]) \[\e[0;37m\]\$\[\e[0m\] " diff --git a/bash/.bashrc b/bash/.bashrc new file mode 100644 index 0000000..68854a1 --- /dev/null +++ b/bash/.bashrc @@ -0,0 +1,15 @@ +# .bashrc + +# Source global definitions +if [ -f /etc/bashrc ]; then + . /etc/bashrc +fi + +# User specific environment +PATH="$HOME/.local/bin:$HOME/bin:$PATH" +export PATH + +# Uncomment the following line if you don't like systemctl's auto-paging feature: +# export SYSTEMD_PAGER= + +# User specific aliases and functions diff --git a/git/.gitconfig b/git/.gitconfig new file mode 100644 index 0000000..b242a41 --- /dev/null +++ b/git/.gitconfig @@ -0,0 +1,8 @@ +[user] + name = Andrew Williams + email = andy@tensixtyone.com +[core] + editor = nano + +[alias] + prune = fetch --prune diff --git a/mutt/.muttrc b/mutt/.muttrc new file mode 100644 index 0000000..e69de29