Giter VIP home page Giter VIP logo

dotfiles's Introduction

dotfiles

A set of zsh, git, neovim and tmux configuration files.

GitHub Repo stars GitHub

This is my personal collection of configuration files.

Usage

This repository supports macOS, Linux!

bash -c "$(curl -L https://raw.githubusercontent.com/GotoRen/dotfiles/master/bin/install.sh)"

Description

This repository setups the following tools.

LICENSE

WTFPL LICENSE

dotfiles's People

Contributors

gotoren avatar

Stargazers

 avatar

Watchers

 avatar  avatar

dotfiles's Issues

🐞 Supporting architecture differences between Apple Silicon and Intel Chips.

🐞 Bug Report

バグの詳細

  • The following sections must be set separately.
    • $DOTPATH/zsh/config.zsh
    ### asdf
    # . /usr/local/opt/asdf/libexec/asdf.sh
    . /opt/homebrew/opt/asdf/libexec/asdf.sh
    
    • $DOTPATH/zsh/config.zsh
    ### google-cloud-sdk
    # source '/usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/path.zsh.inc'
    # source '/usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.zsh.inc'
    source '/opt/homebrew/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/path.zsh.inc'
    source '/opt/homebrew/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.zsh.inc'
    
    • $DOTPATH/zsh/alias.zsh
    ### Homebrew
    # alias brew="PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin brew"
    alias brew="PATH=/opt/homebrew/bin:/usr/bin:/bin:/opt/homebrew/sbin:/usr/sbin:/sbin brew"
    

予想される動作

  • Export PATH in config.zsh when that tool is installed.
  • alias.zsh (brew) will change as needed.

実際の動作

  • Toil only occurs on alias (brew) changes.

あなたの環境

  • Apple Silicon
$ uname -s; uname -m; uname -v; uname -r
Darwin
arm64
Darwin Kernel Version 21.6.0: Wed Aug 10 14:28:35 PDT 2022; root:xnu-8020.141.5~2/RELEASE_ARM64_T8101
Kernel: 21.6.0

$ sysctl -a machdep.cpu
machdep.cpu.cores_per_package: 8
machdep.cpu.core_count: 8
machdep.cpu.logical_per_package: 8
machdep.cpu.thread_count: 8
machdep.cpu.brand_string: Apple M1

$ top -l 1 | grep Mem
MemRegions: 220360 total, 2745M resident, 147M private, 3146M shared.
PhysMem: 15G used (1663M wired), 456M unused.

🚀 Settings of go install related

🚀 Feature Request

詳細

### mockgen
$ go install github.com/golang/mock/mockgen@latest

### spanner-cli
$ go install github.com/cloudspannerecosystem/spanner-cli@latest

### goose
$ go install github.com/pressly/goose/v3/cmd/goose@latest

### dyff
$ go install github.com/homeport/dyff/cmd/dyff@latest

### realize
$ GO111MODULE=off go get -u github.com/oxequa/realize

行動を変える動機/ユースケースは何か?

予想される動作

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.