Code Monkey home page Code Monkey logo

xlanex6-_-dotfiles's Introduction

dotfiles

install basic app

show hidden files

and set as default defaults write com.apple.Finder AppleShowAllFiles true killall Finder

use touchID in terminal

TouchID in term

go to /etc/pam.d/

MAC OSX dev setup

Launch xcode-select --install and grab a coffee... It should take a while.

Brew install

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

then install

brew install git
brew install gh
brew install zsh

Terminal customisation

help

zsh --version

oh my zsh

sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

install font

install theme

git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k

setup new theme

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting

code ~/.zshrc add
plugins=(git zsh-syntax-highlighting)

alias

alias myip="curl https://ipinfo.io/json"
brew tap teamookla/speedtest
brew update
brew install speedtest --force

github

gh auth login -s 'user:email' -w check gh auth status

gh auth refresh -s write:public_key

gh ssh-key add ~/.ssh/id_ed25519.pub

export GITHUB_USERNAME=`gh api user`
echo $GITHUB_USERNAME

NodeJS

Manage different version of Node

NVM

Use NVM is usefull to navigate between different project, client env. After intall, check it
nvm -v

then Isntall the node version

nvm install 14.15

Install global package

Global list

npm list -g --depth 0 npm outdated -g

npm install -g pnpm Now, npm => pnpm , npx => pnpx

pnpm install netlify-cli -g pnpm install vercel

Font install

Fira Code or
ou Dank Mono

VSC config

First install Visual Studio Code brew install --cask visual-studio-code

Then in VS Code

"editor.fontFamily": "Dank Mono",
"editor.fontLigatures": true,

Install code command

To install code . command in open VSC in terminal.

xattr "/Applications/Visual Studio Code.app"

sudo xattr -r -d com.apple.quarantine "/Applications/Visual Studio Code.app"

Then in VSC , open command palette with CMD + P ,then Shell Command : Install code in PATH


inspiration

xlanex6-_-dotfiles's People

Contributors

xlanex6 avatar

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.