Skip to content

dylanandrews/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal dotfiles

Install

  1. Download Xcode and CLI utilities

  2. Setup SSH key with GitHub

    Be sure to permanently add the key in ~/.ssh/config

  3. Clone and run setup script:

    git clone git@github.com:dylanandrews/dotfiles.git ~/.dotfiles
    
    ~/.dotfiles/setup.sh
    
    apm install --packages-file packages.txt
    
  4. Notes on brew files

  • fzf - need to run /usr/local/opt/fzf/install after installing
  1. Iterm 2 Notes
  • Make scroll history infinite
  • make sure new tab is in the directory of the old tab
  1. Add relaxed theme to iterm2 by dowloading the colors and then importing them into iterm.

  2. Notes on starship prompt

  • starship.toml is in the ~/.config directory.
  • You need to run ln -s /Users/dylanandrews/.dotfiles/starship.toml starship.toml to get starhip to use your custom .toml file.
  1. Notes on zsh-syntax-highlighting
  • You should clone it into home folder (~). The command to install is. You run this in the home folder and it will update the zshrc file.
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
echo "source ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc
  1. Run install shell prompt from VS code command pallette to allow code . command in the terminal.

  2. Copy .zhistory file from old computer into the new one.

  3. Change color of intellij file tree by going to Appearance & Behavior > File Colors > Click + button and add Project Files > Select Custom Color (333A4E)

  4. Change pure prompt colors using the numbers from this chart. https://upload.wikimedia.org/wikipedia/commons/1/15/Xterm_256color_chart.svg

Mac Settings

  1. VS Code Settings are synced through signing into the app via github.

  2. Finder > View > Show Path

  3. Finder > View > Show Status

  4. Invert Scrolling

  5. General > Always show scroll bar


## What's in it?
- Add trusted binstubs to the `PATH`.

Shell aliases and scripts:

- Adds some bash settings in case you don't wanna use zsh
- `g` with no arguments is `git status` and with arguments acts like `git`.
- `mcd` to make a directory and change into it.
- `v` for `$VISUAL`.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •