Go to file
Tumble 291515ff5f
laptop update
2024-03-08 13:10:09 +00:00
.bashrc.d clean up 2023-10-02 16:30:19 +01:00
.config gitconfig 2023-10-02 19:02:58 +01:00
.ssh laptop update 2024-03-08 13:10:09 +00:00
.bash_profile update config stuff 2023-10-02 16:35:38 +01:00
.bashrc laptop update 2024-03-08 13:10:09 +00:00
.gitconfig change to using ssh key 2023-10-02 19:14:14 +01:00
.profile update config stuff 2023-10-02 16:35:38 +01:00
README.md clean up 2023-10-02 16:30:19 +01:00

README.md

linux-config

Setup

cd ~
git clone --bare git@github.com:tumble1999/linux-config.git .local/dotfiles.git
git --git-dir=.local/dotfiles.git --work-tree=. checkout master
source .bashrc
linux-config submodule update --init --recursive