travi / dotfiles

My disaster recovery plan.
21 stars 6 forks source link

remaining tasks after new machine setup #177

Open travi opened 5 years ago

travi commented 5 years ago

Settings

Manual steps

Errors

During Environment Configuration (Before Software Installation)

/Users/admin/.files/bash/completion.sh: line 28: syntax error near unexpected token `('
/Users/admin/.files/bash/completion.sh: line 28: `    source <(npm completion)'
/Users/admin/.files/osx/aliases.sh: line 19: thefuck: command not found
/Users/admin/.files/git/functions.sh: line 6: `git-current-branch-sha': not a valid identifier

During software installation

Error: Cask 'pl2303' is unavailable: No Cask with this name exists. Did you mean “prolific-pl2303”?
Installing pl2303 has failed!
Error: Cask 'chefdk' is unavailable: No Cask with this name exists.
Installing chefdk has failed!
Error: Cask 'google-cloud-sdk' does not have a sha256 checksum defined and was not installed.
This means you have the --require-sha option set, perhaps in your HOMEBREW_CASK_OPTS.
==> Caveats
google-cloud-sdk is installed at /usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk. Add your profile:

  for bash users
    source '/usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/path.bash.inc'
    source '/usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.bash.inc'

  for zsh users
    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'

==> Satisfying dependencies
Installing google-cloud-sdk has failed!
Error: Cask 'brave' is unavailable: No Cask with this name exists. Did you mean “brave-browser”?
Installing brave has failed!
Error: Cask 'dropbox' does not have a sha256 checksum defined and was not installed.
This means you have the --require-sha option set, perhaps in your HOMEBREW_CASK_OPTS.
==> Satisfying dependencies
Installing dropbox has failed!

Error: Cask 'adobe-reader' is unavailable: No Cask with this name exists.
Installing adobe-reader has failed!
Error: Cask 'fiddler' is unavailable: No Cask with this name exists.
Installing fiddler has failed!

### During environment configuration resolved after getting the proper gnupg package installed

Error: No available formula with the name "gpg-agent" gpg-agent[39060]: failed to run the command: No such file or directory

### When running git df/git in/git out/etc resolved by getting the existing software installation script working

travi commented 5 years ago

when applying the osx environment.sh, the following error appears on the first run:

Set: Entry, ":FK_StandardViewSettings:IconViewSettings:arrangeBy", Does Not Exist

no error appears on the second run, which is consistent with this comment

travi commented 5 years ago

i havent figured out how to enable night shift programmatically, so i've enabled through system prefs

travi commented 5 years ago

when choosing "1: Environment Configuration" on the initial run, results in ".files/bash/completion.sh: line 28: syntax error near unexpected token `('"

travi commented 5 years ago

when running "1: Environment Configuration" on a standard (non-admin) account through the init.sh script, results in:

Configuring  OS X
Password:
Sorry, user travi may not run sudo on Matts-MacBook-Air.
/usr/local/bin/bash
Password:
Sorry, try again.
Password:
travi is not in the sudoers file.  This incident will be reported.
Set: Entry, ":FK_StandardViewSettings:IconViewSettings:arrangeBy", Does Not Exist
Done. Note that some of these changes require a logout/restart to take effect.
travi commented 5 years ago

add little snitch and micro snitch

travi commented 5 years ago

avn isnt working yet

travi commented 5 years ago

set global brew installation directories: https://github.com/Homebrew/homebrew-cask/blob/master/USAGE.md#options

travi commented 5 years ago
travi commented 5 years ago

https://github.com/diimdeep/dotfiles/blob/master/osx/configure/hotkeys.sh

travi commented 4 years ago

when choosing "1: Environment Configuration" on the initial run, results in ".files/bash/completion.sh: line 28: syntax error near unexpected token `('"

this issue still exists

travi commented 4 years ago
$ git df
diff-highlight | less: diff-highlight: command not found

because of https://github.com/travi/dotfiles/blob/54767bcf3ddbc8584f00fca46cbbadb672d3b65e/osx/gitconfig.osx#L16-L22

this is a problem until:

travi commented 3 years ago

avn isnt working yet

there is a bug on the avn side preventing installation with newer node versions. installing with an older version seems to work around this: https://github.com/wbyoung/avn/issues/105#issuecomment-742482936