Skip to content

Commit

Permalink
fedora: add ipython
Browse files Browse the repository at this point in the history
  • Loading branch information
Martins3 committed Dec 11, 2023
1 parent 10c611d commit e608ebe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/guest-setup/fedora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ sudo dnf install python3-pip

pip install pre-commit tmuxp

sudo dnf install -y fd-find sysstat
sudo dnf install -y fd-find sysstat ipython

# npm install @lint-md/cli@beta
#
7 changes: 7 additions & 0 deletions sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,10 @@ rg -l blk_update_request
## wget
递归拷贝:
https://stackoverflow.com/questions/273743/using-wget-to-recursively-fetch-a-directory-with-arbitrary-files-in-it


## fd
fd 使用的是 regex
```sh
fd ".*\.md" | wc -l
```

0 comments on commit e608ebe

Please sign in to comment.