Skip to content
Snippets Groups Projects
Commit 36339c30 authored by Keegan Mullaney's avatar Keegan Mullaney
Browse files

rename quick-config to qc

parent 2786236a
No related branches found
No related tags found
No related merge requests found
quick-config
============
# Quick Config
 
Quickly configures a fresh install of [Ubuntu 16.04 64-bit][xx] on a workstation or server.
 
Loading
Loading
Loading
Loading
@@ -12,7 +12,7 @@
 
# -------------------------- SETUP PARAMETERS
 
[ -z "$QC_CONFIG" ] && QC_CONFIG="$HOME/.quick-config"
[ -z "$QC_CONFIG" ] && QC_CONFIG="$HOME/.qc"
[ -z "$QC_BACKUP" ] && QC_BACKUP="$QC_CONFIG/backup"
[ -z "$QC_SYNCED" ] && QC_SYNCED="$HOME/Dropbox/config"
 
Loading
Loading
@@ -27,7 +27,7 @@ CONF8="$HOME/.gitignore_global"
 
# config files copied from repositories
REPO1="/usr/share/autojump/autojump.sh"
REPO3="$HOME/.config/sublime-text-3/Packages/KMS Theme/subl.conf"
REPO3="$HOME/.config/sublime-text-3/Packages/Theme - KMS/subl.conf"
REPO5="$QC_CONFIG/mutt/colors/mutt-colors-solarized-dark-16.muttrc"
REPO6="$QC_CONFIG/tmux/tmux.conf"
REPO7="$QC_CONFIG/vim/vim.conf"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment