GithubHelp home page GithubHelp logo

my-configs's Introduction

Personal configs

  1. Brew
  2. iTerm2
  3. Fish shell
  4. NVM
  5. VS Code
  6. NVM with fish shell

Brew

https://brew.sh/

Install

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

or update if outdated

brew update

iTerm2

Install

Font: 15px Roboto Mono Medium for Powerline

# clone
git clone https://github.com/powerline/fonts.git --depth=1
# install
cd fonts
./install.sh
# clean-up a bit
cd ..
rm -rf fonts

Install color presets

git clone https://github.com/mbadolato/iTerm2-Color-Schemes.git
cd schemes
// Use Solarized Dark OR import Dracula+ || Floraverse.itermcolors

Fish shell

fishshell.com

Install

brew install fish
echo "/usr/local/bin/fish" | sudo tee -a /etc/shells
chsh -s /usr/local/bin/fish

Install Fisher

fisher

Fisher is a plugin manager for Fish Shell.

curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher

Install Plugins

igalic/anicode edc/bass

fisher install igalic/anicode
fisher install edc/bass

# fzy is a fast, simple fuzzy text selector for the terminal with an advanced scoring algorithm.
# https://github.com/jhawthorn/fzy
brew install fzy
fisher install gyakovlev/fish-fzy

brew install grc
fisher install oh-my-fish/plugin-grc

Install Theme

https://github.com/oh-my-fish/oh-my-fish

curl -L https://get.oh-my.fish | fish

// install theme
omf install agnoster

// use theme
omf theme agnoster

Save config.fish under the following path

~/.config/fish/config.fish

NVM

brew upgrade
brew install nvm

mkdir ~/.nvm

# install bass if not installed
git clone https://github.com/edc/bass.git
cd bass
make install

# add to fish config
function nvm
   bass source (brew --prefix nvm)/nvm.sh --no-use ';' nvm $argv
end

set -x NVM_DIR ~/.nvm

nvm install 12
nvm use 12
nvm alias default 12

NVM with fish shell

https://medium.com/@joshuacrass/nvm-on-mac-for-fish-users-e00af124c540

VS Code

Color Theme

vscode-theme-onedark
https://marketplace.visualstudio.com/items?itemName=akamud.vscode-theme-onedark

my-configs's People

Contributors

alex-bu-89 avatar

Watchers

 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.