Added line breaks and added relative links on main README.

This commit is contained in:
Bradley 2020-05-13 15:37:36 -07:00
parent fde3277b8e
commit e04d06de77
2 changed files with 35 additions and 22 deletions

View file

@ -6,38 +6,40 @@ List of instructions, resources, steps for setting up a new computer
## Android ## Android
### [Direct APK Applications](https://github.com/BradNut/computer-setup-info/blob/master/linux/Direct-APK-Application.md) ### [Direct APK Applications](../blob/master/linux/Direct-APK-Application)
### [FDroid-Applications](https://github.com/BradNut/computer-setup-info/blob/master/linux/FDroid-Applications.md) ### [FDroid-Applications](../blob/master/linux/FDroid-Applications)
### [Google-Applications](https://github.com/BradNut/computer-setup-info/blob/master/linux/Google-Applications.md) ### [Google-Applications](../blob/master/linux/Google-Applications)
## Linux ## Linux
### [List of Applications](https://github.com/BradNut/computer-setup-info/blob/master/linux/Applications.md) ### [List of Applications](../blob/master/linux/Applications)
### [Coding Setup](https://github.com/BradNut/computer-setup-info/blob/master/linux/Coding-App-Setup.md) ### [Coding Setup](../blob/master/linux/Coding-App-Setup)
### [Desktop Setup](https://github.com/BradNut/computer-setup-info/blob/master/linux/Desktop-Setup.md) ### [Desktop Setup](../blob/master/linux/Desktop-Setup)
### [Environment Setup](https://github.com/BradNut/computer-setup-info/blob/master/linux/Environment-Setup.md) ### [Environment Setup](../blob/master/linux/Environment-Setup)
### [NordVPN Configuration](https://github.com/BradNut/computer-setup-info/blob/master/linux/NordVPN-Configuration.md) #### [NordVPN Configuration](../blob/master/linux/NordVPN-Configuration)
### [ProtonVPN Configuration](https://github.com/BradNut/computer-setup-info/blob/master/linux/ProtonVPN-Configuration.md) #### [ProtonVPN Configuration](../blob/master/linux/ProtonVPN-Configuration)
### [Useful Resources](https://github.com/BradNut/computer-setup-info/blob/master/linux/Resources-Information.md) ### [Useful Resources](../blob/master/linux/Resources-Information)
####
## OSX ## OSX
### [List of Applications](https://github.com/BradNut/computer-setup-info/blob/master/osx/Applications.md) ### [List of Applications](../blob/master/osx/Applications)
## Synology ## Synology
### [Applications installed](https://github.com/BradNut/computer-setup-info/blob/master/synology/Applications.md) ### [Applications installed](../blob/master/synology/Applications)
### [Docker Setup](https://github.com/BradNut/computer-setup-info/blob/master/synology/Docker-Setup.md) ### [Docker Setup](../blob/master/synology/Docker-Setup)
## Windows ## Windows
### [List of Applications](https://github.com/BradNut/computer-setup-info/blob/master/windows/Applications.md) ### [List of Applications](../blob/master/windows/Applications)

View file

@ -8,6 +8,8 @@
- Curl: `sudo apt install curl` - Curl: `sudo apt install curl`
- Vim: `sudo apt install vim` - Vim: `sudo apt install vim`
---
## GUI ## GUI
Ubuntu 20.04 Gnome dark mode work for all except do not disturb or right click menu Ubuntu 20.04 Gnome dark mode work for all except do not disturb or right click menu
@ -16,13 +18,18 @@ Ubuntu 20.04 Gnome dark mode work for all except do not disturb or right click m
- Install Gnome Tweaks: `sudo apt install gnome-tweaks` - Install Gnome Tweaks: `sudo apt install gnome-tweaks`
- Select "Appearance" and change Shell to "Yaru-dark" or whatever you want - Select "Appearance" and change Shell to "Yaru-dark" or whatever you want
---
## Mouse Support ## Mouse Support
- [Ratbagd DBus Daemon](https://github.com/libratbag/libratbag/blob/master/README.md#running-ratbagd-as-dbus-activated-systemd-service) - [Ratbagd DBus Daemon](https://github.com/libratbag/libratbag/blob/master/README.md#running-ratbagd-as-dbus-activated-systemd-service)
- [Piper GUI for Ratbagd](https://github.com/libratbag/piper) - [Piper GUI for Ratbagd](https://github.com/libratbag/piper)
---
## Trackpad Gestures ## Trackpad Gestures
*Working on Dell XPS 13* *Working on Dell XPS 13*
Following Medium article: [Mac-like Gestures on Ubuntu 20.04 Dell XPS 15](https://medium.com/@kaigo/mac-like-gestures-on-ubuntu-20-04-dell-xps-15-7ea6e3be7f76) Following Medium article: [Mac-like Gestures on Ubuntu 20.04 Dell XPS 15](https://medium.com/@kaigo/mac-like-gestures-on-ubuntu-20-04-dell-xps-15-7ea6e3be7f76)
Add your user to the input group: Add your user to the input group:
@ -52,30 +59,34 @@ These are the gestures you will need to emulate a mac-like experience.
Configuration file in dotfiles: [Gestures.conf](https://github.com/BradNut/dotfiles/blob/master/Linux%20Settings/Gesture%20Settings/Gestures.conf) Configuration file in dotfiles: [Gestures.conf](https://github.com/BradNut/dotfiles/blob/master/Linux%20Settings/Gesture%20Settings/Gestures.conf)
- 3-finger swipe up - 3-finger swipe up
- xdotool key super - xdotool key super
- 3-finger swipe down - 3-finger swipe down
- xdotool key Escape - xdotool key Escape
- 3-finger swipe right - 3-finger swipe right
- xdotool key 'ctrl+alt+Left' - xdotool key 'ctrl+alt+Left'
- 3-finger swipe left - 3-finger swipe left
- xdotool key 'ctrl+alt+Right' - xdotool key 'ctrl+alt+Right'
- 3-finger pinch out - 3-finger pinch out
- xdotool key 'ctrl+plus' - xdotool key 'ctrl+plus'
- 3-finger ping in - 3-finger ping in
- xdotool key 'ctrl+minus' - xdotool key 'ctrl+minus'
- 4-finger swipe left - 4-finger swipe left
- xdotool key 'alt+Left' - xdotool key 'alt+Left'
- 4-finger swipe right - 4-finger swipe right
- xdotool key 'alt+Right' - xdotool key 'alt+Right'
Next you may notice the workspaces are ontop of each other instead of side-by-side like MacOS. To fix this we will need to install a gnome extension named workspace matrix available [here](https://extensions.gnome.org/extension/1485/workspace-matrix/). Next you may notice the workspaces are ontop of each other instead of side-by-side like MacOS. To fix this we will need to install a gnome extension named workspace matrix available [here](https://extensions.gnome.org/extension/1485/workspace-matrix/).
Now restart your system and you should be able to move workspaces, left and right using the three finger gesture or *ctrl+alt + left or right arrows*. Now restart your system and you should be able to move workspaces, left and right using the three finger gesture or *ctrl+alt + left or right arrows*.
---
## Internal Hard Drives ## Internal Hard Drives
- [Auto-mounting on boot](https://www.liberiangeek.net/2012/04/auto-mount-windows-ntfs-partitions-in-ubuntu-12-04-precise-pangolin/) - [Auto-mounting on boot](https://www.liberiangeek.net/2012/04/auto-mount-windows-ntfs-partitions-in-ubuntu-12-04-precise-pangolin/)
---
## Gaming ## Gaming
## Lutris ## Lutris