mirror of
https://github.com/arnaucube/configs.git
synced 2026-02-10 04:26:41 +01:00
update nixos configs
- bin/screens: line to fix touchscreen rotation - add zathura config file (zathurarc) - nixos: - rearrange config files reusing most of configs in common-configuration.nix - add chuwi-configuration.nix
This commit is contained in:
@@ -14,13 +14,14 @@ cp ./.zshrc ~/.zshrc
|
||||
cp ./.sh_alias ~/.sh_alias
|
||||
|
||||
mkdir -p ~/bin
|
||||
cp ./bin/ltx ~/bin/
|
||||
cp ./bin/screens ~/bin/
|
||||
cp ./bin/wk ~/bin/
|
||||
cp -r ./bin/* ~/bin/
|
||||
|
||||
cp -r ./alacritty ~/.config/
|
||||
cp -r ./i3status ~/.config/
|
||||
|
||||
mkdir -p ~/.config/zathura
|
||||
cp ./zathurarc ~/.config/zathura/
|
||||
|
||||
|
||||
# assuming that Rust is installed
|
||||
echo "append .gitconfig of this repo lines to the .gitconfig system file to use delta gitdiff tool"
|
||||
|
||||
Reference in New Issue
Block a user