Compare commits

...
This repository has been archived on 2020-09-19. You can view files and clone it, but cannot push or open issues or pull requests.

2 Commits

Author SHA1 Message Date
Russell R. 6abc499377 Ben did a system upgrade to a new vm. Looks like
where updated when that happened
2020-08-05 16:47:01 +00:00
Russell R. 7417122336 Just some basic adds and updates.
Looks like npm did some auto update.
I added a few new aliases to .bash_aliases
2020-08-04 14:00:31 +00:00
8 changed files with 125 additions and 6 deletions

View File

@ -0,0 +1,12 @@
#!/usr/bin/bash
# My .bash_alias file
# General
alias cls='clear'
alias ..='cd ..'
alias ...='cd ../..'
# Git related
alias ga='git add'
alias gc='git commit .'
alias gb='git branch --list'

View File

@ -93,7 +93,7 @@ alias la='ls -A'
alias l='ls -CF'
alias gconfig='/usr/bin/git --git-dir=$HOME/configs/ --work-tree=$HOME'
alias vi=nvim
alwas vim=nvim
alias vim=nvim
# Add an "alert" alias for long running commands. Use like so:
# sleep 10; alert
@ -127,10 +127,11 @@ if [ -f ~/.new_user ]; then
/usr/local/bin/welcome
fi
# I added this - R3
GOPATH=$HOME/go
# set up and run the powerline-go prompt.
# I added this - R3
function _update_ps1() {
PS1="$($GOPATH/bin/powerline-go -error $?)"
}

View File

@ -1,2 +1,2 @@
BYOBU_TIME=
BYOBU_DATE=
BYOBU_DATE="%Y-%m-%d "

View File

@ -31,7 +31,7 @@ screen_lower_right="color network #disk_io custom #entropy raid reboot_required
# Tmux has one status line, with 2 halves for status
tmux_left=" #logo #distro release #arch session"
# You can have as many tmux right lines below here, and cycle through them using Shift-F5
tmux_right=" #network #disk_io #custom #entropy #raid #reboot_required updates_available #apport #services #mail users #uptime #ec2_cost #rcs_cost #fan_speed #cpu_temp #battery #wifi_quality #processes load_average #cpu_count #cpu_freq memory #swap #disk whoami hostname #ip_address #time_utc #date #time"
tmux_right=" #network #disk_io #custom #entropy #raid #reboot_required updates_available #apport #services #mail users #uptime #fan_speed #cpu_temp #battery #wifi_quality #processes #load_average #cpu_count #cpu_freq memory #swap #disk whoami hostname #ip_address #time_utc date #time"
#tmux_right="network #disk_io #custom entropy raid reboot_required updates_available #apport #services #mail users uptime #ec2_cost #rcs_cost fan_speed cpu_temp battery wifi_quality #processes load_average cpu_count cpu_freq memory #swap #disk whoami hostname ip_address #time_utc date time"
#tmux_right="network #disk_io custom #entropy raid reboot_required updates_available #apport #services #mail users uptime #ec2_cost #rcs_cost #fan_speed #cpu_temp battery wifi_quality #processes load_average cpu_count cpu_freq memory #swap #disk #whoami #hostname ip_address #time_utc date time"
#tmux_right="#network disk_io #custom entropy #raid #reboot_required #updates_available #apport #services #mail #users #uptime #ec2_cost #rcs_cost fan_speed cpu_temp #battery #wifi_quality #processes #load_average #cpu_count #cpu_freq #memory #swap whoami hostname ip_address #time_utc disk date time"

View File

@ -1,4 +1,10 @@
{
"optOut": false,
"lastUpdateCheck": 1589004437130
"lastUpdateCheck": 1595944264300,
"update": {
"latest": "6.14.7",
"current": "6.12.0",
"type": "minor",
"name": "npm"
}
}

16
.pinerc
View File

@ -372,7 +372,7 @@ global-address-book=
last-time-prune-questioned=120.7
# Set by Alpine; controls display of "new version" message.
last-version-used=6.21
last-version-used=6.22
# This names the path to an alternative program, and any necessary arguments,
# to be used in posting mail messages. Example:
@ -642,3 +642,17 @@ wp-state=
# Web Alpine preferred width for message display in characters
wp-columns=
# If this much time has elapsed at the time of a tcp read or write timeout,
# Alpine will close the connection automatically without user intervention.
# Setting this value to zero (the default) disables this. Setting this variable
# to a smaller value than tcp-query-timeout will close the connection
# automatically, and you will never be asked if you want to wait.
close-connection-timeout=
# A range in the form min,max that sets the minimum amd maximum versions of the
# SSL protocol that Alpine will use when connecting to a secure server.
encryption-protocol-range=
# Your client-id and client-secret information to authenticate using XOAUTH2
xoauth2-info=

View File

@ -287,3 +287,89 @@ irc.slashnet.org.msg_quit
irc.slashnet.org.notify
irc.slashnet.org.split_msg_max_length
irc.slashnet.org.charset_message
freenode.addresses = "irc.freenode.org"
freenode.proxy
freenode.ipv6
freenode.ssl
freenode.ssl_cert
freenode.ssl_password
freenode.ssl_priorities
freenode.ssl_dhkey_size
freenode.ssl_fingerprint
freenode.ssl_verify
freenode.password
freenode.capabilities
freenode.sasl_mechanism
freenode.sasl_username
freenode.sasl_password
freenode.sasl_key
freenode.sasl_timeout
freenode.sasl_fail
freenode.autoconnect
freenode.autoreconnect
freenode.autoreconnect_delay
freenode.nicks
freenode.nicks_alternate
freenode.username
freenode.realname
freenode.local_hostname
freenode.usermode
freenode.command
freenode.command_delay
freenode.autojoin
freenode.autorejoin
freenode.autorejoin_delay
freenode.connection_timeout
freenode.anti_flood_prio_high
freenode.anti_flood_prio_low
freenode.away_check
freenode.away_check_max_nicks
freenode.msg_kick
freenode.msg_part
freenode.msg_quit
freenode.notify
freenode.split_msg_max_length
freenode.charset_message
slashdot.addresses = "irc.slashdot.org"
slashdot.proxy
slashdot.ipv6
slashdot.ssl
slashdot.ssl_cert
slashdot.ssl_password
slashdot.ssl_priorities
slashdot.ssl_dhkey_size
slashdot.ssl_fingerprint
slashdot.ssl_verify
slashdot.password
slashdot.capabilities
slashdot.sasl_mechanism
slashdot.sasl_username
slashdot.sasl_password
slashdot.sasl_key
slashdot.sasl_timeout
slashdot.sasl_fail
slashdot.autoconnect
slashdot.autoreconnect
slashdot.autoreconnect_delay
slashdot.nicks
slashdot.nicks_alternate
slashdot.username
slashdot.realname
slashdot.local_hostname
slashdot.usermode
slashdot.command
slashdot.command_delay
slashdot.autojoin
slashdot.autorejoin
slashdot.autorejoin_delay
slashdot.connection_timeout
slashdot.anti_flood_prio_high
slashdot.anti_flood_prio_low
slashdot.away_check
slashdot.away_check_max_nicks
slashdot.msg_kick
slashdot.msg_part
slashdot.msg_quit
slashdot.notify
slashdot.split_msg_max_length
slashdot.charset_message