mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 11:29:56 -06:00
Compare commits
5 Commits
1200d06efc
...
42dc9244be
| Author | SHA1 | Date | |
|---|---|---|---|
| 42dc9244be | |||
| f30097325b | |||
| 88200beefa | |||
| ea8112cf35 | |||
| cf9ef0b5e0 |
@@ -111,3 +111,5 @@ export LESS_TERMCAP_us=$'\e'"[1;32m"
|
|||||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||||
|
|
||||||
[ -s ".config/broot/launcher/bash/br" ] && source /Users/sproctor/.config/broot/launcher/bash/br
|
[ -s ".config/broot/launcher/bash/br" ] && source /Users/sproctor/.config/broot/launcher/bash/br
|
||||||
|
|
||||||
|
source /Users/proctor/.config/broot/launcher/bash/br
|
||||||
|
|||||||
2
.bashrc
2
.bashrc
@@ -39,3 +39,5 @@ export XML_CATALOG_FILES=/usr/local/etc/xml/catalog
|
|||||||
|
|
||||||
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
|
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
|
||||||
export PATH="$PATH:$HOME/.rvm/bin"
|
export PATH="$PATH:$HOME/.rvm/bin"
|
||||||
|
|
||||||
|
source /Users/proctor/.config/broot/launcher/bash/br
|
||||||
|
|||||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
nvim/.config/nvim/lua/*
|
||||||
@@ -4,6 +4,9 @@ alias ll='ls -l'
|
|||||||
alias la='ls -a'
|
alias la='ls -a'
|
||||||
alias lhal='ls -hal'
|
alias lhal='ls -hal'
|
||||||
|
|
||||||
|
#curl
|
||||||
|
alias curltime="curl -w \"@$HOME/utils/curl-time-format.txt\" -o /dev/null -s "
|
||||||
|
|
||||||
#git aliases
|
#git aliases
|
||||||
alias ?='git status'
|
alias ?='git status'
|
||||||
alias ga='git add'
|
alias ga='git add'
|
||||||
@@ -19,6 +22,7 @@ alias gmerge='git merge --ff-only'
|
|||||||
alias gpull='git pull --rebase'
|
alias gpull='git pull --rebase'
|
||||||
alias gpush='git push'
|
alias gpush='git push'
|
||||||
alias gpush!='git push -u origin `git rev-parse --abbrev-ref HEAD`'
|
alias gpush!='git push -u origin `git rev-parse --abbrev-ref HEAD`'
|
||||||
|
alias gr='cd $(git rev-parse --show-toplevel)'
|
||||||
alias master!='git checkout master'
|
alias master!='git checkout master'
|
||||||
alias main!='git checkout main'
|
alias main!='git checkout main'
|
||||||
alias merged?='git branch --merged'
|
alias merged?='git branch --merged'
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ end
|
|||||||
-- Bootstrap essential plugins required for installing and loading the rest.
|
-- Bootstrap essential plugins required for installing and loading the rest.
|
||||||
ensure("wbthomason", "packer.nvim")
|
ensure("wbthomason", "packer.nvim")
|
||||||
ensure("Olical", "aniseed")
|
ensure("Olical", "aniseed")
|
||||||
|
ensure("lifepillar", "vim-solarized8")
|
||||||
|
|
||||||
-- Enable Aniseed's automatic compilation and loading of Fennel source code.
|
-- Enable Aniseed's automatic compilation and loading of Fennel source code.
|
||||||
vim.g["aniseed#env"] = {
|
vim.g["aniseed#env"] = {
|
||||||
|
|||||||
8
utils/curl-time-format.txt
Normal file
8
utils/curl-time-format.txt
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
time_namelookup: %{time_namelookup}s\n
|
||||||
|
time_connect: %{time_connect}s\n
|
||||||
|
time_appconnect: %{time_appconnect}s\n
|
||||||
|
time_pretransfer: %{time_pretransfer}s\n
|
||||||
|
time_redirect: %{time_redirect}s\n
|
||||||
|
time_starttransfer: %{time_starttransfer}s\n
|
||||||
|
----------\n
|
||||||
|
time_total: %{time_total}s\n
|
||||||
8
utils/utils/curl-time-format.txt
Normal file
8
utils/utils/curl-time-format.txt
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
time_namelookup: %{time_namelookup}s\n
|
||||||
|
time_connect: %{time_connect}s\n
|
||||||
|
time_appconnect: %{time_appconnect}s\n
|
||||||
|
time_pretransfer: %{time_pretransfer}s\n
|
||||||
|
time_redirect: %{time_redirect}s\n
|
||||||
|
time_starttransfer: %{time_starttransfer}s\n
|
||||||
|
----------\n
|
||||||
|
time_total: %{time_total}s\n
|
||||||
Reference in New Issue
Block a user