Archived
1
0
Fork
You've already forked dotfiles
0
My personal favorite configuration files.
This repository has been archived on 2025年12月20日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • CSS 68.7%
  • Shell 31.3%
Nathanaël Jourdane 6618e7a39c Improve locker
2019年11月15日 17:12:35 +01:00
home Improve locker 2019年11月15日 17:12:35 +01:00
root/etc Add config files and many other improvements 2019年11月13日 20:26:29 +01:00
LICENSE Add a license 2019年04月19日 09:31:25 +02:00
profile wip on profiles 2019年11月15日 16:37:12 +01:00
profile.dist wip on profiles 2019年11月15日 16:37:12 +01:00
readme.md Add config files and many other improvements 2019年11月13日 20:26:29 +01:00
update.sh update script: add Diff menu option 2019年10月25日 12:02:53 +02:00

Roipoussiere's dotfiles

Usage

Downloading dotfiles

git clone git@framagit.org:roipoussiere/dotfiles.git
cd dotfiles

Updating user config files:

This script will create a symbolic link for each configuration file, and if one of them exists, will ask you to replace it or not, and copy the old config as backup.

./update.sh

Updating system config files (manually for security reasons)

cp /etc/sddm.conf /etc/sddm.conf.old
sudo ln -s $HOME/.dotfiles/root/etc/sddm.conf /etc/sddm.conf

Other configurations steps

  • systemctl enable sddm.service --force
  • in file /etc/lightdm/lightdm.conf, look for user-session and edit to user-session=sway
  • in file /etc/profile, add the line export _JAVA_AWT_WM_NONREPARENTING=1