The config files I use on my machines
Find a file
2022-07-28 16:54:16 +02:00
.config Add installation script for the ~/.dotfiles bare repo 2022-07-28 16:54:16 +02:00
.bash_login Initial version of the shells' dotfiles 2022-07-27 20:15:10 +02:00
.bash_logout Initial version of the shells' dotfiles 2022-07-27 20:15:10 +02:00
.bash_profile Initial version of the shells' dotfiles 2022-07-27 20:15:10 +02:00
.bashrc Initial version of the shells' dotfiles 2022-07-27 20:15:10 +02:00
.gitconfig Initial version of the shells' dotfiles 2022-07-27 20:15:10 +02:00
.hidden Hide LICENSE.txt and README.md in Ubuntu's Nautilus 2022-07-10 20:57:19 +02:00
.p10k.zsh Initial version of the shells' dotfiles 2022-07-27 20:15:10 +02:00
.profile Initial version of the shells' dotfiles 2022-07-27 20:15:10 +02:00
.zlogout Initial version of the shells' dotfiles 2022-07-27 20:15:10 +02:00
.zprofile Initial version of the shells' dotfiles 2022-07-27 20:15:10 +02:00
.zshenv Initial version of the shells' dotfiles 2022-07-27 20:15:10 +02:00
.zshrc Initial version of the shells' dotfiles 2022-07-27 20:15:10 +02:00
LICENSE.txt Open-source the project 2022-07-10 20:54:42 +02:00
README.md Add installation script for the ~/.dotfiles bare repo 2022-07-28 16:54:16 +02:00

Dotfiles

This repository contains useful (config) files that I use on my machines.

Initialization

On a freshly set up machine, run:

curl https://gitlab.webartifex.biz/alexander/dotfiles/-/raw/main/.config/shell/init_dotfiles.sh \
     > /tmp/init_dotfiles.sh \
  && source /tmp/init_dotfiles.sh \
  && rm /tmp/init_dotfiles.sh

This gives you a local copy of the latest version of this repository (located in ~/.dotfiles) and initializes all the dotfiles provided here on your system. Furthermore, zsh is set up with oh-my-zsh and zplug.

Note: Log out and in again so that bash and zsh run as login shells. Otherwise, ~/.profile is probably not sourced.

Don't worry: Your current dotfiles are backed up in the ~/.dotfiles.bak folder!