mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
minor updates
This commit is contained in:
parent
75dd1dc8b1
commit
9127d00b18
2 changed files with 6 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -45,3 +45,5 @@ ranger/plugins/devicons_linemode.pyo
|
|||
!/lmk
|
||||
|
||||
jesseduffield/lazynpm/state.yml
|
||||
|
||||
ranger/__pycache__/commands.cpython-39.opt-1.pyc
|
||||
|
|
@ -1,14 +1,18 @@
|
|||
#/usr/bin/env bash
|
||||
|
||||
cd ~/.config
|
||||
echo ".config"
|
||||
git pull
|
||||
git status
|
||||
cd ~/.sconfig
|
||||
echo ".sconfig"
|
||||
git pull
|
||||
git status
|
||||
cd ~/scripts
|
||||
echo "scripts"
|
||||
git pull
|
||||
git status
|
||||
cd ~/.config/nvim
|
||||
echo "nvim"
|
||||
git pull
|
||||
git status
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue