Merge branch 'master' of github:realorangeone/dotfiles

This commit is contained in:
Jake Howard 2018-11-07 15:20:37 +00:00
commit 4f7c4f51a8
Signed by: jake
GPG Key ID: 57AFB45680EDD477
4 changed files with 1 additions and 30 deletions

View File

@ -1,20 +0,0 @@
#!/usr/bin/env python3
import json
import sys
import os
ARGS = sys.argv[1:]
if not os.isatty(0):
data = sys.stdin.read()
else:
with open(ARGS.pop(0)) as f:
data = '\n'.join(f.readlines())
parsed_data = json.dumps(json.loads(data), indent=2, sort_keys=True)
if ARGS:
with open(ARGS[0], 'w') as f:
f.write(parsed_data)
else:
sys.stdout.write(parsed_data)

View File

@ -96,7 +96,7 @@ Include = /etc/pacman.d/antergos-mirrorlist
Server = https://download.sublimetext.com/arch/stable/x86_64
[archstrike]
Server = https://mirror.archstrike.org/$arch/$repo
Server = https://www.mirrorservice.org/sites/mirror.archstrike.org/$arch/$repo
[quarry]
Server = http://pkgbuild.com/~anatolik/quarry/x86_64/

View File

@ -3,7 +3,6 @@
export PATH=${PATH}:${ANDROID_HOME}/tools
export PATH=${PATH}:${ANDROID_HOME}/platform-tools
export PATH=${PATH}:/opt/genymobile/genymotion
export PATH=${PATH}:${HOME}/.bin
export DOTFILES=${HOME}/.dotfiles

View File

@ -7,14 +7,6 @@
backup: true
trim_blocks: false
- copy:
src: ./files/bin
dest: "{{ home }}/.bin"
mode: 0755
owner: "{{ user }}"
group: users
directory_mode: true
- template:
src: ./files/global-environment
dest: /etc/environment