mirror of
https://github.com/theniceboy/.config.git
synced 2026-07-16 22:01:21 +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
|
!/lmk
|
||||||
|
|
||||||
jesseduffield/lazynpm/state.yml
|
jesseduffield/lazynpm/state.yml
|
||||||
|
|
||||||
|
ranger/__pycache__/commands.cpython-39.opt-1.pyc
|
||||||
|
|
@ -1,14 +1,18 @@
|
||||||
#/usr/bin/env bash
|
#/usr/bin/env bash
|
||||||
|
|
||||||
cd ~/.config
|
cd ~/.config
|
||||||
|
echo ".config"
|
||||||
git pull
|
git pull
|
||||||
git status
|
git status
|
||||||
cd ~/.sconfig
|
cd ~/.sconfig
|
||||||
|
echo ".sconfig"
|
||||||
git pull
|
git pull
|
||||||
git status
|
git status
|
||||||
cd ~/scripts
|
cd ~/scripts
|
||||||
|
echo "scripts"
|
||||||
git pull
|
git pull
|
||||||
git status
|
git status
|
||||||
cd ~/.config/nvim
|
cd ~/.config/nvim
|
||||||
|
echo "nvim"
|
||||||
git pull
|
git pull
|
||||||
git status
|
git status
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue