Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyTake-Off committed Jun 29, 2024
1 parent c22df08 commit 9c07b91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/dot.move-wslfiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
concurrency:
group: ${{ github.workflow }}

permissions:
contents: write

env:
targetBranchName: 'wslfiles'

Expand All @@ -28,7 +31,7 @@ jobs:
with:
fetch-depth: 0

- name: 'Move ${{ env.targetBranchName }} files'
- name: 'Move ${{ env.targetBranchName }} branch files'
id: move-branch-files
uses: ./.github/actions/templates/moveFiles
continue-on-error: true
Expand Down
8 changes: 4 additions & 4 deletions wslfiles/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ export EDITOR="vim"
# Set vim as MANPAGER - https://zameermanji.com/blog/2012/12/30/using-vim-as-manpager/
# export MANPAGER="/usr/bin/sh -c \"col -b | vim -c 'set ft=man ts=8 nomod nolist nonu noma' -\""

# Set PATH so it includes user's private bin
[ -d "$HOME/.local/bin" ] && PATH="$HOME/.local/bin:$PATH"
[ -d "$HOME/bin" ] && PATH="$HOME/bin:$PATH"

# Misc exports
export AZURE_DEV_COLLECT_TELEMETRY=no
export HOMEBREW_NO_ANALYTICS=1
export PYENV_ROOT="$HOME/.pyenv"

# Set PATH so it includes user's private bin
[ -d "$HOME/.local/bin" ] && PATH="$HOME/.local/bin:$PATH"
[ -d "$HOME/bin" ] && PATH="$HOME/bin:$PATH"

# Init apps
[ -x "$(command -v /home/linuxbrew/.linuxbrew/bin/brew)" ] && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
[ -s "/home/linuxbrew/.linuxbrew/opt/nvm/nvm.sh" ] && source "/home/linuxbrew/.linuxbrew/opt/nvm/nvm.sh"
Expand Down

0 comments on commit 9c07b91

Please sign in to comment.