Move standalone files into lone-files/
This commit is contained in:
parent
ae4b2a4b44
commit
c6ac4fdfc0
6 changed files with 5 additions and 5 deletions
10
install.sh
10
install.sh
|
@ -41,9 +41,9 @@ link "jobrunner/runjob.sh" ".local/bin/jobrunner-runjob"
|
|||
|
||||
# bash configuration
|
||||
link "jstmbash" ".jstmbash"
|
||||
link "jstmbash.config.env" ".config/jstmbash.env"
|
||||
link "starship.toml" ".config/starship.toml"
|
||||
link "bashrc" ".bashrc"
|
||||
link "lone-files/jstmbash.config.env" ".config/jstmbash.env"
|
||||
link "lone-files/starship.toml" ".config/starship.toml"
|
||||
link "lone-files/bashrc" ".bashrc"
|
||||
|
||||
# wm/compositor
|
||||
link "hypr" ".config/hypr"
|
||||
|
@ -71,9 +71,9 @@ link "fonts" ".fonts"
|
|||
link "fontconfig" ".config/fontconfig"
|
||||
|
||||
# programs
|
||||
link "konsolerc" ".config/konsolerc"
|
||||
link "lone-files/konsolerc" ".config/konsolerc"
|
||||
link "konsole" ".local/share/konsole"
|
||||
link "dolphinrc" ".config/dolphinrc"
|
||||
link "lone-files/dolphinrc" ".config/dolphinrc"
|
||||
|
||||
# write install file
|
||||
echo "pls don't remove" > "$HOME/.config/.jstm_dotfiles"
|
||||
|
|
Loading…
Reference in a new issue