Skip to content

Commit

Permalink
整理整頓の季節
Browse files Browse the repository at this point in the history
  • Loading branch information
keitaoouchi committed Mar 17, 2016
1 parent e9dea27 commit 5b05d15
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ if [ ! -d $HOME/dotfiles_public ]; then
fi
# create symbolic link if not exists.
for i in $( ls -a $HOME/dotfiles_private ); do
if [[ ! -e $HOME/$i ]] && [[ ! $i =~ ^.(.|git|gitignore)?$ ]]; then
if [[ ! -e $HOME/$i ]] && [[ $i =~ ^\\..+$ ]] && [[ ! $i =~ ^\\.(git|gitignore|envrc)?$ ]]; then
ln -s $HOME/dotfiles_private/$i $HOME/$i
fi
done
for i in $( ls -a $HOME/dotfiles_public ); do
if [[ ! -e $HOME/$i ]] && [[ ! $i =~ ^.(.|git|gitignore|default-gems|envrc)?$ ]]; then
if [[ ! -e $HOME/$i ]] && [[ $i =~ ^\\..+$ ]] && [[ ! $i =~ ^\\.(git|gitignore|envrc)?$ ]]; then
ln -s $HOME/dotfiles_public/$i $HOME/$i
fi
done
Expand Down
25 changes: 25 additions & 0 deletions default-apm
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Sublime-Style-Column-Selection@1.5.1
advanced-open-file@0.14.3
atom-beautify@0.28.26
autocomplete-paths@1.0.2
autocomplete-python@1.7.0
autocomplete-ruby@0.1.0
dotfiles_public
duotone-dark-syntax@1.0.0
emmet@2.4.2
file-icons@1.6.18
language-babel@2.15.8
language-swift@0.4.0
linter@1.11.3
linter-eslint@7.1.1
monokai@0.18.0
project-manager@2.7.6
react@0.14.1
regex-railroad-diagram@0.14.0
remote-edit@1.8.24
seti-syntax@0.4.1
seti-ui@0.9.1
term3@0.21.4
trailing-spaces@0.3.2
vim-mode@0.65.0

0 comments on commit 5b05d15

Please sign in to comment.