mirror of
https://github.com/KevinMidboe/chsh.git
synced 2025-10-29 12:30:13 +00:00
Compare commits
2 Commits
e248c9e09c
...
fff77cf5d2
| Author | SHA1 | Date | |
|---|---|---|---|
| fff77cf5d2 | |||
| f133917b3e |
@@ -4,4 +4,4 @@ font:
|
|||||||
family: SFMono Nerd Font
|
family: SFMono Nerd Font
|
||||||
|
|
||||||
# Colors (Terminal.app)
|
# Colors (Terminal.app)
|
||||||
|
alt_send_esc: false
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ move_config_files () {
|
|||||||
DIR=$( echo $file | cut -d/ -f 1 )
|
DIR=$( echo $file | cut -d/ -f 1 )
|
||||||
FILE=$( echo $file | cut -d/ -f 2 )
|
FILE=$( echo $file | cut -d/ -f 2 )
|
||||||
|
|
||||||
mkdir -p "$HOME/$DIR"
|
mkdir -p "$HOME/.config/$DIR"
|
||||||
cp $file "$HOME/.config/$file"
|
cp $file "$HOME/.config/$file"
|
||||||
COUNT=$((COUNT + 1))
|
COUNT=$((COUNT + 1))
|
||||||
done <<< $CONFIG_FILES
|
done <<< $CONFIG_FILES
|
||||||
|
|||||||
Reference in New Issue
Block a user