diff options
author | Egor Tensin <egor@tensin.name> | 2023-12-09 23:48:03 +0100 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2023-12-09 23:48:03 +0100 |
commit | dc51544506820a85d596c424af6eefb86abf0048 (patch) | |
tree | 74815383f7d130d190c22d5531f637a96fd3934e /%HOME% | |
parent | ssh: update authorized keys (diff) | |
download | linux-home-dc51544506820a85d596c424af6eefb86abf0048.tar.gz linux-home-dc51544506820a85d596c424af6eefb86abf0048.zip |
switch to egor@tensin.name
Diffstat (limited to '%HOME%')
-rw-r--r-- | %HOME%/.bash_utils/alternatives.sh | 2 | ||||
-rw-r--r-- | %HOME%/.bash_utils/cxx.sh | 2 | ||||
-rw-r--r-- | %HOME%/.bash_utils/distr.sh | 2 | ||||
-rw-r--r-- | %HOME%/.bash_utils/file.sh | 2 | ||||
-rw-r--r-- | %HOME%/.bash_utils/git.sh | 2 | ||||
-rw-r--r-- | %HOME%/.bash_utils/os.sh | 2 | ||||
-rw-r--r-- | %HOME%/.bash_utils/path.sh | 2 | ||||
-rw-r--r-- | %HOME%/.bash_utils/text.sh | 2 | ||||
-rw-r--r-- | %HOME%/.bashrc | 2 | ||||
-rw-r--r-- | %HOME%/.gitconfig | 2 | ||||
-rwxr-xr-x | %HOME%/.local/bin/vagrant-update-all-boxes.sh | 2 | ||||
-rwxr-xr-x | %HOME%/.local/bin/virsh-cleanup.sh | 2 | ||||
-rw-r--r-- | %HOME%/.profile | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/%HOME%/.bash_utils/alternatives.sh b/%HOME%/.bash_utils/alternatives.sh index 3bd4b5f..6558e7a 100644 --- a/%HOME%/.bash_utils/alternatives.sh +++ b/%HOME%/.bash_utils/alternatives.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2018 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2018 Egor Tensin <egor@tensin.name> # This file is part of the "linux-home" project. # For details, see https://github.com/egor-tensin/linux-home. # Distributed under the MIT License. diff --git a/%HOME%/.bash_utils/cxx.sh b/%HOME%/.bash_utils/cxx.sh index 58470bb..368ff2d 100644 --- a/%HOME%/.bash_utils/cxx.sh +++ b/%HOME%/.bash_utils/cxx.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2016 Egor Tensin <egor@tensin.name> # This file is part of the "linux-home" project. # For details, see https://github.com/egor-tensin/linux-home. # Distributed under the MIT License. diff --git a/%HOME%/.bash_utils/distr.sh b/%HOME%/.bash_utils/distr.sh index 1a42afd..847404e 100644 --- a/%HOME%/.bash_utils/distr.sh +++ b/%HOME%/.bash_utils/distr.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2016 Egor Tensin <egor@tensin.name> # This file is part of the "linux-home" project. # For details, see https://github.com/egor-tensin/linux-home. # Distributed under the MIT License. diff --git a/%HOME%/.bash_utils/file.sh b/%HOME%/.bash_utils/file.sh index c434fdb..9bc28e2 100644 --- a/%HOME%/.bash_utils/file.sh +++ b/%HOME%/.bash_utils/file.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2016 Egor Tensin <egor@tensin.name> # This file is part of the "linux-home" project. # For details, see https://github.com/egor-tensin/linux-home. # Distributed under the MIT License. diff --git a/%HOME%/.bash_utils/git.sh b/%HOME%/.bash_utils/git.sh index c0aecf4..f676801 100644 --- a/%HOME%/.bash_utils/git.sh +++ b/%HOME%/.bash_utils/git.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2016 Egor Tensin <egor@tensin.name> # This file is part of the "linux-home" project. # For details, see https://github.com/egor-tensin/linux-home. # Distributed under the MIT License. diff --git a/%HOME%/.bash_utils/os.sh b/%HOME%/.bash_utils/os.sh index d0f9017..6655ab1 100644 --- a/%HOME%/.bash_utils/os.sh +++ b/%HOME%/.bash_utils/os.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2016 Egor Tensin <egor@tensin.name> # This file is part of the "linux-home" project. # For details, see https://github.com/egor-tensin/linux-home. # Distributed under the MIT License. diff --git a/%HOME%/.bash_utils/path.sh b/%HOME%/.bash_utils/path.sh index 27564fb..f361a6f 100644 --- a/%HOME%/.bash_utils/path.sh +++ b/%HOME%/.bash_utils/path.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2016 Egor Tensin <egor@tensin.name> # This file is part of the "linux-home" project. # For details, see https://github.com/egor-tensin/linux-home. # Distributed under the MIT License. diff --git a/%HOME%/.bash_utils/text.sh b/%HOME%/.bash_utils/text.sh index cdda01e..9c4fdf6 100644 --- a/%HOME%/.bash_utils/text.sh +++ b/%HOME%/.bash_utils/text.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2016 Egor Tensin <egor@tensin.name> # This file is part of the "linux-home" project. # For details, see https://github.com/egor-tensin/linux-home. # Distributed under the MIT License. diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc index 56dc679..bb7ae05 100644 --- a/%HOME%/.bashrc +++ b/%HOME%/.bashrc @@ -1,4 +1,4 @@ -# Copyright (c) 2018 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2018 Egor Tensin <egor@tensin.name> # This file is part of the "linux-home" project. # For details, see https://github.com/egor-tensin/linux-home. # Distributed under the MIT License. diff --git a/%HOME%/.gitconfig b/%HOME%/.gitconfig index ab9cb04..577bd5d 100644 --- a/%HOME%/.gitconfig +++ b/%HOME%/.gitconfig @@ -1,6 +1,6 @@ [user] name = Egor Tensin - email = Egor.Tensin@gmail.com + email = egor@tensin.name [core] # Don't touch line endings (I hate the fact that this is an option). diff --git a/%HOME%/.local/bin/vagrant-update-all-boxes.sh b/%HOME%/.local/bin/vagrant-update-all-boxes.sh index 6f4b61c..a8904a5 100755 --- a/%HOME%/.local/bin/vagrant-update-all-boxes.sh +++ b/%HOME%/.local/bin/vagrant-update-all-boxes.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2022 Egor Tensin <egor@tensin.name> # This file is part of the "linux-home" project. # For details, see https://github.com/egor-tensin/linux-home. # Distributed under the MIT License. diff --git a/%HOME%/.local/bin/virsh-cleanup.sh b/%HOME%/.local/bin/virsh-cleanup.sh index efdfa5e..b0653f9 100755 --- a/%HOME%/.local/bin/virsh-cleanup.sh +++ b/%HOME%/.local/bin/virsh-cleanup.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2022 Egor Tensin <egor@tensin.name> # This file is part of the "linux-home" project. # For details, see https://github.com/egor-tensin/linux-home. # Distributed under the MIT License. diff --git a/%HOME%/.profile b/%HOME%/.profile index 51ca2c2..f4575c2 100644 --- a/%HOME%/.profile +++ b/%HOME%/.profile @@ -1,4 +1,4 @@ -# Copyright (c) 2018 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2018 Egor Tensin <egor@tensin.name> # This file is part of the "linux-home" project. # For details, see https://github.com/egor-tensin/linux-home. # Distributed under the MIT License. |