This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias gdno="git diff --name-only" | |
alias gd="git diff" | |
alias gcm="git commit -m" | |
alias gaa="git add -A" | |
alias gca="git commit --amend --no-edit" | |
alias gcaa="git add --all && git commit --amend --no-edit" | |
alias gnope="git checkout ." | |
alias gwait="git reset HEAD" | |
alias gundo="git reset --soft HEAD^" | |
alias gl="git log --graph --pretty='\''%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'\'' --abbrev-commit" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<title>{% block title %}{{ SITENAME }}{%endblock%}</title> | |
<meta charset="utf-8" /> | |
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/{{ CSS_FILE }}" type="text/css" /> | |
<link href="{{ SITEURL }}/{{ FEED }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} ATOM Feed" /> | |
{% if FEED_RSS %} | |
<link href="{{ SITEURL }}/{{ FEED_RSS }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} RSS Feed" /> | |
{% endif %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Your init script | |
# | |
# Atom will evaluate this file each time a new window is opened. It is run | |
# after packages are loaded/activated and after the previous editor state | |
# has been restored. | |
# | |
# An example hack to log to the console when each text editor is saved. | |
# | |
# atom.workspace.observeTextEditors (editor) -> | |
# editor.onDidSave -> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "elm-format", | |
"publisher": "abadi199", | |
"version": "0.1.0", | |
"id": "abadi199.elm-format", | |
"__metadata": { | |
"id": "2f9cd7df-b77a-4f3c-bed9-560f68ceedb9", | |
"publisherId": "476ad3df-9082-42db-b104-097f9c37d738", | |
"publisherDisplayName": "abadi199" |