Giter Club home page Giter Club logo

dotfiles's Introduction

My dotfiles

Requirements

Installation

git clone https://github.com/junkw/dotfiles.git /path/to/local/repo
cd /path/to/local/repo
rake

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew doctor

brew tap Homebrew/bundle
brew bundle -v

brew link --force texinfo
brew link [email protected]
sudo ln -sfn /opt/homebrew/opt/openjdk/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk.jdk
ln -sf /opt/homebrew/etc/[email protected] /opt/homebrew/etc/openssl
fc-cache -vf

[email protected] rake after
mu init --muhome=$XDG_CACHE_HOME/mu/ --maildir=$XDG_DATA_HOME/mail/ --my-address=$GMAIL

export SHELL=/opt/homebrew/bin/zsh
echo $SHELL | sudo tee -a /etc/shells
chsh -s $SHELL
exec $SHELL -l

BasicTeX

sudo tlmgr update --self --all
sudo tlmgr paper a4
sudo tlmgr install collection-langjapanese
curl -L git.io/nodebrew | perl - setup
exec $SHELL -l
nodebrew install-binary stable
nodebrew use stable && exec $SHELL -l

npm install -g npm-check-updates \
  @emacs-eask/cli \
  traverse \
  csslint \
  intelephense \
  jshint \
  tern \
  textlint \
  @textlint/ast-node-types \
  textlint-plugin-html \
  textlint-plugin-org \
  textlint-filter-rule-comments \
  textlint-filter-rule-allowlist \
  textlint-rule-preset-ja-technical-writing \
  textlint-rule-preset-ja-spacing \
  textlint-rule-ja-no-orthographic-variants \
  @textlint-ja/textlint-rule-no-dropping-i \
  textlint-rule-prefer-tari-tari \
  textlint-rule-ginger \
  textlint-rule-write-good

QuickLook

sudo xattr -cr ~/Library/QuickLook/QLStephen.qlgenerator

defaults write org.n8gray.QLColorCode textEncoding UTF-8
defaults write org.n8gray.QLColorCode font RictyDiminishedDiscord-Reqular
defaults write org.n8gray.QLColorCode fontSizePoints 10
defaults write org.n8gray.QLColorCode extraHLFlags '-l'

qlmanage -r cache
qlmanage -r

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.