akito19 / dotfiles

my dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles Based on MItamae

MItamae is a configuration management tool.

Installation

If you use macOS, you can execute follow command:

$ curl -sfSL https://raw.githubusercontent.com/akito19/dotfiles/master/init.sh | sh

It doesn't work because of infinit loop in running this command... I'll fix it some day.

Manual Installation

$ git clone https://github.com/akito19/dotfiles.git
$ cd dotfiles
$ ./init.sh

Memo

If you want to chenge origin of repository, you should execute follow command.

e.g. Changing SSH from https

$ git remote -v  // confirmation current origin
$ git remote set-url origin git@github.com:akito19/dotfiles.git

About

my dotfiles


Languages

Language:Vim Script 48.5%Language:Shell 41.8%Language:Ruby 8.2%Language:Perl 1.5%Language:GDB 0.1%