1
0
Fork 0

update `README.md`

urosm 2023-12-26 10:23:14 +01:00
parent 7b7b4133e1
commit 7fc77cda11
1 changed files with 24 additions and 3 deletions

View File

@ -1,11 +1,27 @@
## Bootstrap dot
```sh
# dotfiles
sudo apt install git
cd
cd ${XDG_CONFIG_HOME:-.config}
git init
git remote add origin gitea@git.kompot.si:urosm/dot.git
git pull
git checkout main -f
```
Link additional dotfiles
```
ln -s ${XDG_CONFIG_HOME:-.config}/profile $HOME/.profile
ln -s ${XDG_CONFIG_HOME:-.config}/bashrc $HOME/.bashrc
```
Copy additional etc files
```
cp -i ${XDG_CONFIG_HOME:-.config/sudoers.d/disable_admin_flag}
```
```sh
# locale setup
sudo dpkg-reconfigure locales
# utils
@ -60,5 +76,10 @@ sudo apt install imagemagick
sudo apt install ocrmypdf
# remote desktop
sudo apt install remmina
sudo apt install wireguard-tools
```
## Secrets
```
```