Skip to content

Instantly share code, notes, and snippets.

View LaconicCode's full-sized avatar

LaconicCode

View GitHub Profile
www.wikipedia.org
0.0.0.0 8c9cc6d2b0e13.com
0.0.0.0 *.8c9cc6d2b0e13.*/*

dotfile copy script

the script
echo `hostname` | grep desktop && cp ~/.vimrc .; cp ~/.zshrc .; cp ~/.bashrc . && git add .; git commit -m "update"; git push  ||  cp -r ~/.irssi/ . && git add .; git commit -m "update"; git push
What I think should be happening is:

echo `hostname` | grep desktop && cp ~/.vimrc .; cp ~/.zshrc .; cp ~/.bashrc . && git add .; git commit -m "update"; git push

#!/bin/bash
[ -z "$PS1" ] && return
# ~/.local/share/fonts/
# https://github.com/powerline/fonts
color_black_black='\[\e[0;30m\]'
color_black_red='\[\e[0;31m\]'
color_black_green='\[\e[0;32m\]'