takeokunn / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Setup

Initialize

mac:

$ make brew-install

linux:

$ bash bin/apt-init.sh  # for ubuntu
$ bash bin/pkg-init.sh  # for FreeBSD

Easy Install

# download
$ curl -O https://raw.githubusercontent.com/takeokunn/dotfiles/master/install.sh
$ curl -O https://raw.githubusercontent.com/takeokunn/dotfiles/master/install.sh.asc

# verify gpg
$ gpg --verify install.sh.asc install.sh
gpg: Signature made Mon May  3 07:35:49 2021 JST
gpg:                using RSA key 8757D842F7D004D771C16954E195541047A39E7D
gpg: Good signature from "takeo obara <bararararatty@gmail.com>" [ultimate]

# exec
$ bash ./install.sh

Core

$ make core
$ make core-clean
  • dotfiles

bash

$ make bash-install
$ make bash-clean

fish

$ make fish-install
$ make fish-clean
$ make fish-update

nano

$ make nano-install
$ make nano-clean

textlint

$ make textlint-install
$ make textlint-clean

tmux

$ make tmux-install
$ make tmux-clean

nvim

$ make nvim-install
$ make nvim-clean

lem

$ make lem-install
$ make lem-clean
$ make lem-update

irb

$ make irb-install
$ make irb-clean
$ make irb-update

spacemacs

$ make spacemacs-install
$ make spacemacs-clean

doomemacs

$ make doomemacs-install
$ make doomemacs-clean

skk

$ make skk-install
$ make skk-clean

peco

$ make peco-install
$ make peco-clean

alacritty

$ make alacritty-install
$ make alacritty-clean

phpactor

$ make phpactor-install
$ make phpactor-clean

nyxt

$ make nyxt-install
$ make nyxt-clean

neofetch

$ make neofetch-install
$ make neofetch-clean

gnupg

$ make gnupg-install
$ make gnupg-clean

composer

$ make composer-install
$ make composer-clean
$ make composer-update

asdf

$ make asdf-install
$ make asdf-clean
$ make asdf-update

all

$ make all
$ make clean
$ make update

About

License:Other


Languages

Language:Shell 70.4%Language:Makefile 10.4%Language:Emacs Lisp 8.8%Language:Vim Script 4.8%Language:Common Lisp 3.7%Language:JavaScript 1.6%Language:Python 0.4%