Skip to content

Commit

Permalink
starting point
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmordasiewicz committed Aug 30, 2024
1 parent 4e9f0e3 commit cc9452d
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/autogen-environment/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"installsAfter": [
"ghcr.io/rocker-org/devcontainer-features/miniforge",
"ghcr.io/devcontainers/features/common-utils",
"ghcr.io/robinmordasiewicz/features/update-conda"
"ghcr.io/amerintlxperts/devcontainer-features/update-conda"
],
"name": "Autogen Python Environment",
"postStartCommand": ". /opt/conda/etc/profile.d/conda.sh && eval $(conda shell.bash hook) >/dev/null 2>&1 && conda activate autogen && nohup bash -c 'autogenstudio ui --host 0.0.0.0 --appdir /data/autogenstudio --port 8081 &' >/tmp/autogen.tmp",
Expand Down
2 changes: 1 addition & 1 deletion src/chunking-environment/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "chunking-environment",
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils",
"ghcr.io/robinmordasiewicz/features/update-conda"
"ghcr.io/amerintlxperts/devcontainer-features/update-conda"
],
"name": "Chunking Python Environment",
"version": "0.0.6"
Expand Down
10 changes: 5 additions & 5 deletions src/container-dotfiles/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
},
"dependsOn": {
"ghcr.io/devcontainers-contrib/features/curl-apt-get": {},
"ghcr.io/robinmordasiewicz/features/lsd": {},
"ghcr.io/robinmordasiewicz/features/nerd-fonts": {},
"ghcr.io/robinmordasiewicz/features/oh-my-posh": {},
"ghcr.io/robinmordasiewicz/features/tfenv": {},
"ghcr.io/robinmordasiewicz/features/update-conda": {}
"ghcr.io/amerintlxperts/devcontainer-features/lsd": {},
"ghcr.io/amerintlxperts/devcontainer-features/nerd-fonts": {},
"ghcr.io/amerintlxperts/devcontainer-features/oh-my-posh": {},
"ghcr.io/amerintlxperts/devcontainer-features/tfenv": {},
"ghcr.io/amerintlxperts/devcontainer-features/update-conda": {}
},
"description": "Install shell shell rc files into container.",
"id": "container-dotfiles",
Expand Down
2 changes: 1 addition & 1 deletion src/container-dotfiles/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if command -v az &>/dev/null; then
fi

if command -v tmux &>/dev/null; then
su -l "${_REMOTE_USER}" -c "curl -L -o ${_REMOTE_USER_HOME}/.tmux.conf https://raw.githubusercontent.com/robinmordasiewicz/dotfiles/main/.tmux.conf"
su -l "${_REMOTE_USER}" -c "curl -L -o ${_REMOTE_USER_HOME}/.tmux.conf https://raw.githubusercontent.com/amerintlxperts/dotfiles/main/.tmux.conf"
su -l "${_REMOTE_USER}" -c "mkdir -p ${_REMOTE_USER_HOME}/.tmux/plugins"
su -l "${_REMOTE_USER}" -c "git clone https://github.com/tmux-plugins/tpm ${_REMOTE_USER_HOME}/.tmux/plugins/tpm"
fi
Expand Down
2 changes: 1 addition & 1 deletion src/continue/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ if [ ! -d "${_REMOTE_USER_HOME}/.continue" ]; then
su -l "${_REMOTE_USER}" -c "mkdir -p ${_REMOTE_USER_HOME}/.continue"
fi

su -l "${_REMOTE_USER}" -c "curl -L https://raw.githubusercontent.com/robinmordasiewicz/dotfiles/main/.continue/config.json -o ${_REMOTE_USER_HOME}/.continue/config.json"
su -l "${_REMOTE_USER}" -c "curl -L https://raw.githubusercontent.com/amerintlxperts/dotfiles/main/.continue/config.json -o ${_REMOTE_USER_HOME}/.continue/config.json"
2 changes: 1 addition & 1 deletion src/jupyter-environment/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"installsAfter": [
"ghcr.io/rocker-org/devcontainer-features/miniforge",
"ghcr.io/devcontainers/features/common-utils",
"ghcr.io/robinmordasiewicz/features/update-conda"
"ghcr.io/amerintlxperts/devcontainer-features/update-conda"
],
"name": "Jupyter Python Environment",
"postStartCommand": ". /opt/conda/etc/profile.d/conda.sh && eval $(conda shell.bash hook) >/dev/null 2>&1 && conda activate jupyter && nohup bash -c 'jupyter-lab --port 8888 &' >/tmp/jupyter.tmp",
Expand Down
2 changes: 1 addition & 1 deletion src/memgpt-environment/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"id": "memgpt-environment",
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils",
"ghcr.io/robinmordasiewicz/features/update-conda",
"ghcr.io/amerintlxperts/devcontainer-features/update-conda",
"ghcr.io/itsmechlark/features/postgresql",
"ghcr.io/rocker-org/devcontainer-features/miniforge"
],
Expand Down
2 changes: 1 addition & 1 deletion src/mkdocs-environment/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "mkdocs-environment",
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils",
"ghcr.io/robinmordasiewicz/features/update-conda"
"ghcr.io/amerintlxperts/devcontainer-features/update-conda"
],
"name": "MkDocs Python Environment",
"postStartCommand": ". /opt/conda/etc/profile.d/conda.sh && eval \"$(conda shell.bash hook)\" >/dev/null 2>&1 && conda activate mkdocs && nohup bash -c 'mkdocs serve &' >/tmp/mkdocs.tmp",
Expand Down
2 changes: 1 addition & 1 deletion src/oh-my-posh/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ if [ ! -d /usr/local/share/oh-my-posh ]; then
fi

curl -s https://ohmyposh.dev/install.sh | bash -s -- -d /usr/local/bin -t /usr/local/share/oh-my-posh
curl -L -o /usr/local/share/oh-my-posh/powerlevel10k.omp.json https://raw.githubusercontent.com/robinmordasiewicz/dotfiles/main/powerlevel10k.omp.json
curl -L -o /usr/local/share/oh-my-posh/powerlevel10k.omp.json https://raw.githubusercontent.com/amerintlxperts/dotfiles/main/powerlevel10k.omp.json
oh-my-posh disable notice
2 changes: 1 addition & 1 deletion src/openwebui-environment/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils",
"ghcr.io/rocker-org/devcontainer-features/miniforge",
"ghcr.io/robinmordasiewicz/features/update-conda"
"ghcr.io/amerintlxperts/devcontainer-features/update-conda"
],
"name": "OpenWeb UI Python Environment",
"version": "0.0.3"
Expand Down
2 changes: 1 addition & 1 deletion src/powershell-modules/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependsOn": {
"ghcr.io/robinmordasiewicz/features/powershell": {}
"ghcr.io/amerintlxperts/devcontainer-features/powershell": {}
},
"description": "Install powershell modules",
"id": "powershell-modules",
Expand Down
2 changes: 1 addition & 1 deletion src/textgen-environment/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils",
"ghcr.io/rocker-org/devcontainer-features/miniforge",
"ghcr.io/robinmordasiewicz/features/update-conda"
"ghcr.io/amerintlxperts/devcontainer-features/update-conda"
],
"name": "TextGen Python Environment",
"version": "0.0.3"
Expand Down
2 changes: 1 addition & 1 deletion src/vimrc/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ su -l "${_REMOTE_USER}" -c "git clone https://github.com/vim-airline/vim-airline
su -l "${_REMOTE_USER}" -c "git clone https://github.com/hashivim/vim-terraform.git ${_REMOTE_USER_HOME}/.vim/pack/plugin/start/vim-terraform"
su -l "${_REMOTE_USER}" -c "mkdir -p ${_REMOTE_USER_HOME}/.vim/pack/themes/start"
su -l "${_REMOTE_USER}" -c "git clone https://github.com/tomasiser/vim-code-dark ${_REMOTE_USER_HOME}/.vim/pack/themes/start/vim-code-dark"
su -l "${_REMOTE_USER}" -c "curl -L -o ${_REMOTE_USER_HOME}/.vimrc https://raw.githubusercontent.com/robinmordasiewicz/dotfiles/main/.vimrc"
su -l "${_REMOTE_USER}" -c "curl -L -o ${_REMOTE_USER_HOME}/.vimrc https://raw.githubusercontent.com/amerintlxperts/dotfiles/main/.vimrc"
2 changes: 1 addition & 1 deletion src/zzz-preinstall-extensions/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"installsAfter": [
"ghcr.io/robinmordasiewicz/features/mkdocs-environment"
"ghcr.io/amerintlxperts/devcontainer-features/mkdocs-environment"
],
"version": "0.0.4"
}

0 comments on commit cc9452d

Please sign in to comment.