Browse Source

Structure: creating linux folder for linux specific programs

master
TiynGER 2 months ago
parent
commit
fdad266131
10 changed files with 1 additions and 3 deletions
  1. +0
    -0
      wiki/linux/arch-linux/installation.md
  2. +0
    -0
      wiki/linux/arch-linux/thinkpad_x220.md
  3. +0
    -0
      wiki/linux/disk-management.md
  4. +0
    -0
      wiki/linux/khal.md
  5. +0
    -0
      wiki/linux/khard.md
  6. +0
    -0
      wiki/linux/neomutt.md
  7. +0
    -0
      wiki/linux/sc-im.md
  8. +0
    -0
      wiki/linux/shells.md
  9. +1
    -3
      wiki/linux/wine.md
  10. +0
    -0
      wiki/linux/x11.md

wiki/arch-linux/installation.md → wiki/linux/arch-linux/installation.md


wiki/arch-linux/device-specific/thinkpad_x220.md → wiki/linux/arch-linux/thinkpad_x220.md


wiki/disk-management.md → wiki/linux/disk-management.md


wiki/khal.md → wiki/linux/khal.md


wiki/khard.md → wiki/linux/khard.md


wiki/neomutt.md → wiki/linux/neomutt.md


wiki/sc-im.md → wiki/linux/sc-im.md


wiki/shells.md → wiki/linux/shells.md


wiki/wine.md → wiki/linux/wine.md

@ -4,8 +4,6 @@ Wine is a compatibility layer to run windows programs on linux machines.
## Setup ## Setup
### Arch-Linux
- Enable multilib support in pacman - Enable multilib support in pacman
- `vim /etc/pacman.conf` - Uncomment the following lines - `vim /etc/pacman.conf` - Uncomment the following lines
``` ```
@ -14,7 +12,7 @@ Wine is a compatibility layer to run windows programs on linux machines.
``` ```
- `pacman -S wine winetricks` - Install wine and configuration helper - `pacman -S wine winetricks` - Install wine and configuration helper
### Configuration
## Configuration
- Set the global variable `WINEPREFIX` to your liking, standard is `$HOME/.wine` - Set the global variable `WINEPREFIX` to your liking, standard is `$HOME/.wine`
- `winetricks` - run the installation of basic windows dependencies to the wine directory - `winetricks` - run the installation of basic windows dependencies to the wine directory

wiki/arch-linux/intel-graphics.md → wiki/linux/x11.md


Loading…
Cancel
Save