Skip to content

zand3rs/my-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My desktop settings

Dependencies

Quick Install

  1. Change the default shell

    # use bash
    $ chsh -s /bin/bash
    
    # use zsh
    $ chsh -s /bin/zsh
  2. Install Homebrew and/or MacPorts

    # Homebrew
    # Checkout the ff. link for instructions: https://brew.sh
    
    # MacPorts
    # Checkout the ff. link for instructions: https://www.macports.org/install.php
  3. Install Coreutils

    # Homebrew
    $ brew install coreutils
    
    # MacPorts
    $ sudo port install coreutils
    
    # PATH and MANPATH settings (brew is configured by default in .bashrc)
    #
    # using brew
    # export PATH=/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH
    # export MANPATH=/opt/homebrew/opt/coreutils/libexec/gnuman:$MANPATH
    
    #
    # using port
    # export PATH=/opt/local/libexec/gnubin:/opt/local/bin:/opt/local/sbin:$PATH
    # export MANPATH=/opt/local/libexec/gnuman:$MANPATH
  4. Setup home directory.

    $ cd mac/home/
    $ cp bashrc ~/.bashrc
    $ cp bash_profile ~/.bash_profile
    $ cp profile ~/.profile
    $ cp vimrc ~/.vimrc
    $ cp -RPpf vim ~/.vim
    $ cp tigrc ~/.tigrc
    $ cp pairs ~/.pairs
  5. Install terminal profile. Open terminal preferences and import mac/terminal/IR_Black/zanders.terminal

  6. Install git scripts

    $ cd scripts/git/
    $ ./git-config.sh -g
  7. Install tig

    $ brew install tig
  8. Install Node.js

    $ brew install node
  9. Install NVM

    # Checkout the ff. link for instructions: https://github.com/nvm-sh/nvm
  10. Install git-gui

$ brew install git-gui
  1. Copy text from Terminal without formatting
$ defaults write com.apple.Terminal CopyAttributesProfile com.apple.Terminal.no-attributes

About

My desktop settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published