Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binocarlos/puta
Repo for setting up a new Kai laptop
https://github.com/binocarlos/puta
Last synced: 10 days ago
JSON representation
Repo for setting up a new Kai laptop
- Host: GitHub
- URL: https://github.com/binocarlos/puta
- Owner: binocarlos
- Created: 2021-02-16T16:06:21.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T14:38:42.000Z (7 months ago)
- Last Synced: 2024-04-14T14:36:46.553Z (7 months ago)
- Language: Shell
- Size: 53.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## puta
Install Ubuntu - user = `kai`
Sort out system settings
* appearance
* style = dark
* auto hide dock
* icon size = 24
* position = bottom
* behaviour = don't show drives
* trackpad speedSudo:
```
sudo su
echo 'kai ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/kai
```Install chrome - signin and sync
```
ssh-keygen -t rsa -b 4096
# copy the public key to github settings
# https://github.com/settings/keys
cd ~/
mkdir -p go/bin
mkdir -p projects/kai
cd projects/kai
sudo apt-get install -y git
git clone [email protected]:binocarlos/puta.git
cd puta/home
cp -r scripts .bash_aliases .gitconfig .tmux.conf .vimrc ~
exit
# open new terminal
cd projects/kai/puta
bash install.sh
gcloud auth login
gcloud config set project webkit-servers
gcloud config set compute/zone europe-west1-b
gcloud container clusters get-credentials prodcluster --zone=europe-west1-b
kubectx gke_webkit-servers_europe-west1-b_prodcluster
gcloud auth configure-docker
exit
```### gnome-tweaks
* appearance
* applications = yaru-dark
* keyboard and mouse
* turn off middle click paste
* mouse click emulation = fingers
* top bar
* clock
* seconds
### slack* slack (auth with google)
* visual studio code
* settings cog bottom left
* turn on settings sync### tilix
* open tilix
* add to favorites
* `bash -c "$(wget -qO- https://git.io/vQgMr)"`
* choose the google dark theme
* tilix -> preferences -> default profile
* General -> Notification -> Terminal Bell -> Off
* Colour -> Colour Scheme -> Google Dark