Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

takeokunn/dotfiles

Repository files navigation

dotfiles

This repository is archived

Move: takeokunn/nixos-configuration

Setup

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

all

$ make all
$ make clean
$ make update
  • 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