Added sql cli configs
This commit is contained in:
12
setup
12
setup
@ -110,6 +110,16 @@ function CONFIG__I3() {
|
||||
echo "linked i3 configuration"
|
||||
}
|
||||
|
||||
function CONFIG__PGCLI() {
|
||||
CONFIG__SYMLINK "pgcli" "config";
|
||||
echo "linked pgcli configuration";
|
||||
}
|
||||
|
||||
function CONFIG__PGCLI() {
|
||||
CONFIG__SYMLINK "mssqlcli" "config";
|
||||
echo "linked mssqlcli configuration";
|
||||
}
|
||||
|
||||
function CONFIG__COMPTON() {
|
||||
CONFIG__SYMLINK "compton" "compton.conf";
|
||||
echo "linked compton configuration"
|
||||
@ -152,6 +162,8 @@ function CONFIG__TERMINFO() {
|
||||
|
||||
function CONFIG__SETUP() {
|
||||
CONFIG__I3;
|
||||
CONFIG__PGCLI;
|
||||
CONFIG__MSSQLCLI;
|
||||
CONFIG__COMPTON;
|
||||
CONFIG__KITTY;
|
||||
|
||||
|
Reference in New Issue
Block a user