Skip to content

Commit

Permalink
1/3
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuN6211 committed Jan 3, 2023
1 parent 1f8b9b5 commit 315a2b7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# dotfiles
## TODO
- peco
- ディレクトリ移動
- zenoに関する理解
## my_dotfiles
- My dotfiles
- https://wiki.archlinux.org/title/XDG_Base_Directory
2 changes: 2 additions & 0 deletions config/pypoetry/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[repositories.testpypi]
url = "https://test.pypi.org/legacy/"
3 changes: 3 additions & 0 deletions config/zsh/.zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ export PATH=$PATH:$GOPATH/bin

# poetry
export PATH=$PATH:$HOME/.local/bin
export POETRY_CONFIG_DIR=$XDG_CONFIG_HOME/pypoetry
export POETRY_DATA_DIR=$XDG_DATA_HOME/pypoetry
export POETRY_CACHE_DIR=$XDG_CACHE_HOME/pypoetry


# java tomcat
Expand Down

0 comments on commit 315a2b7

Please sign in to comment.