update `README.md`
parent
7b7b4133e1
commit
7fc77cda11
27
README.md
27
README.md
|
@ -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
|
||||
|
||||
```
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue