Skip to content

Commit

Permalink
cp gitconfig & starship.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <[email protected]>
  • Loading branch information
kemingy committed Apr 26, 2024
1 parent 8c74433 commit 13f95b6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
11 changes: 0 additions & 11 deletions flake8

This file was deleted.

3 changes: 1 addition & 2 deletions git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
set -euo pipefail

# git
git config --global alias.adog "log --all --decorate --oneline --graph"
git config --global core.excludesfile ~/.gitignore_global
cp .gitconfig ${HOME}/.gitconfig
cp .gitignore_global ~/.gitignore_global

# difftastic
Expand Down
1 change: 1 addition & 0 deletions py.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ sh /tmp/${CONDA} -b -u -p /opt/conda
/opt/conda/bin/conda install -y -c conda-forge ncurses bat ripgrep exa fd-find starship gh typos
/opt/conda/bin/pip install httpie ruff black ipython
mkdir -p ${HOME}/.config
cp starship.toml ${HOME}/.config/

0 comments on commit 13f95b6

Please sign in to comment.