Tyaba / dotfiles

Tyaba Automated Environment Creation and Configuration by mitamae

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Accio, My Utensils!

Usage

Clone this repository

git clone --recursive https://github.com/Tyaba/dotfiles.git

Prerequisites

sudo apt update
sudo apt install -y curl lsb-release

wslの場合

windowsのPATHが入っているとinstall済と誤判定するので直す sudo emacs /etc/wsl.conf

# WindowsのPATHを引き継がない設定を追記する
[interop]
appendWindowsPath = false

Dry-run

./install.sh -n

Apply

./install.sh

Add new cookbook

mkdir cookbooks/:app_name
$EDITOR cookbooks/:app_name/default.rb
$EDITOR roles/$(uname)/default.rb

About

Tyaba Automated Environment Creation and Configuration by mitamae


Languages

Language:Python 50.0%Language:Ruby 36.6%Language:AutoHotkey 5.9%Language:Shell 5.2%Language:Jupyter Notebook 1.0%Language:JavaScript 0.8%Language:Makefile 0.4%