Skip to content

Commit

Permalink
feat: add amazon q and remove inshellisense
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsd committed Sep 14, 2024
1 parent e95535a commit 5a06736
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
1 change: 1 addition & 0 deletions install/Caskfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ cask "gimp"
cask "imageoptim"
cask "inkscape"
cask "pearcleaner"
cask "amazon-q"

# Quick Look Plugins (https://github.com/sindresorhus/quick-look-plugins)
cask "qlcolorcode"
Expand Down
2 changes: 2 additions & 0 deletions install/npmfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
fkill-cli
http-server
release-it
npm-check-updates
3 changes: 0 additions & 3 deletions runcom/.default-npm-packages
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
yarn
pnpm
release-it
npm-check-updates
@microsoft/inshellisense
7 changes: 6 additions & 1 deletion runcom/.zshrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Amazon Q pre block. Keep at the top of this file.
[[ -f "${HOME}/Library/Application Support/amazon-q/shell/zshrc.pre.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zshrc.pre.zsh"
# If not running interactively, don't do anything

[ -z "$PS1" ] && return
Expand All @@ -23,7 +25,7 @@ PATH="$DOTFILES_DIR/bin:$PATH"

# Source the dotfiles (order matters)

for DOTFILE in "$DOTFILES_DIR"/system/.{oh_my_zsh,function,function_*,path,env,alias,grep,fix,custom,asdf,brew,inshellisense}; do
for DOTFILE in "$DOTFILES_DIR"/system/.{oh_my_zsh,function,function_*,path,env,alias,grep,fix,custom,asdf,brew}; do
[ -f "$DOTFILE" ] && . "$DOTFILE"
done

Expand All @@ -50,3 +52,6 @@ unset READLINK CURRENT_SCRIPT SCRIPT_PATH DOTFILE EXTRAFILE
# Export

export DOTFILES_DIR DOTFILES_EXTRA_DIR

# Amazon Q post block. Keep at the bottom of this file.
[[ -f "${HOME}/Library/Application Support/amazon-q/shell/zshrc.post.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zshrc.post.zsh"
10 changes: 0 additions & 10 deletions system/.inshellisense

This file was deleted.

5 changes: 5 additions & 0 deletions system/.oh_my_zsh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@ plugins=(
dotenv
)

# custom plugins
# fzf-tab
# zsh-completions
# zsh-autosuggestions

source $ZSH/oh-my-zsh.sh

0 comments on commit 5a06736

Please sign in to comment.