hnishi / dotfiles

hnishi's dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hnishi's dotfiles

I aim to make my dotfiles simple, minimal, and dependent only on bash.

Also see the following materials (only in Japanese).

For your personal use

To get started with this repository as a template of your dotfiles, you may use the tag version of minimal-template-v0 .

You can download a zip file from Release page .

The master branch includes my personal cofiguration; e.g. github user name.

Requirements

  • bash
  • curl

How to install

Mac/Linux

curl -L raw.githubusercontent.com/hnishi/dotfiles/master/scripts/download.sh | bash

or

cd ~
git clone https://github.com/hnishi/dotfiles.git .dotfiles
cd dotfiles/scripts
bash install.sh

Windows

For powershell,

. .\scripts\install.ps1

On Windows, script execution policy must be set to either RemoteSigned or Unrestricted. Check the script execution policy setting by executing Get-ExecutionPolicy. If the policy is not set to one of the two required values, run PowerShell as Administrator and execute Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Confirm.

Ref: https://github.com/dahlbyk/posh-git#prerequisites

References

My "dotfiles" was inspired by ...

About

hnishi's dotfiles

License:MIT License


Languages

Language:Shell 85.4%Language:Vim Script 8.7%Language:JavaScript 4.5%Language:PowerShell 1.3%Language:Python 0.1%Language:Gnuplot 0.0%