konumaru / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

GitHub Repo stars GitHub

Install required tools

Usage

Mac

bash -c "$(curl -LsS https://raw.githubusercontent.com/konumaru/dotfiles/main/bin/install.sh)"

Ubuntu

bash -c "$(wget -qO - https://raw.githubusercontent.com/konumaru/dotfiles/main/bin/install.sh)"

Windows

Required operations in advance:

  • Change font of powershell Consolas to MS ゴシック
    • This is the operation required to display Japanese.

Execute the following from a windows powershell run with administrative privileges.

Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/konumaru/dotfiles/main/bin/install.ps1')

Register sshkey on github

make gen-github-sshkey

Manual required setup

  • WSL
  • Font (Cascadia Code PL), from here
  • Studio One

About

License:Do What The F*ck You Want To Public License


Languages

Language:Shell 49.3%Language:AutoHotkey 16.6%Language:Vim Script 9.0%Language:PowerShell 8.8%Language:Ruby 8.3%Language:Makefile 3.7%Language:JavaScript 3.6%Language:Less 0.7%