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