8000 GitHub - caio-oliv/dotfiles
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

caio-oliv/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Clone the dotfiles into a bare repository

git clone --bare <git-repo-url> $HOME/.dotfiles

Checkout the content of the repository to your $HOME

git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME checkout

if there is already the same config files in the home directory, backup and remove then

And after the checkout use the conf alias to manage the git home repository

Packages

  • Add script in config/sys/packages/install-yay.sh to install yay
  • Add script in config/sys/setup-system.sh to setup the system after a clear Arch linux installation
    • setup kernel modules in config/sys/kernel
    • [-] install yay
    • [-] install explicit and foreign packages
    • enable system services
    • change the user default shell chsh -s $(which zsh)
    • enable user services
  • Add script in config/sys/sync-system.sh to create the backup files for a full system setup

Services

seatd

sudo usermod -aG seat caio
# logout and login
sudo systemctl enable --now seatd.service

ssh and ssh-agent

sudo systemctl enable --now sshd
systemctl --user enable --now ssh-agent

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0