├── .aliases ├── README.md ├── assets ├── pic.jpg ├── shot.jpg └── vscode-style.css ├── install.sh ├── install ├── android.sh ├── apps.sh ├── codefonts.sh ├── fonts.sh ├── icons.sh ├── jsdev.sh ├── main.sh ├── node.sh ├── peek.sh ├── plank.sh ├── rndev.sh ├── shutter.sh ├── system.sh ├── themes.sh ├── vlc.sh ├── vscode.sh └── zsh.sh ├── setup.sh ├── setup ├── android.sh ├── git.sh ├── icons-papirus.sh ├── nonlatinhotkeys.sh ├── performance.sh ├── theme-ant.sh └── theme-mojave.sh └── utils ├── bootrepair.sh └── ntfsfix.sh /.aliases: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/.aliases -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/README.md -------------------------------------------------------------------------------- /assets/pic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/assets/pic.jpg -------------------------------------------------------------------------------- /assets/shot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/assets/shot.jpg -------------------------------------------------------------------------------- /assets/vscode-style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/assets/vscode-style.css -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/install.sh -------------------------------------------------------------------------------- /install/android.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/install/android.sh -------------------------------------------------------------------------------- /install/apps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/install/apps.sh -------------------------------------------------------------------------------- /install/codefonts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/install/codefonts.sh -------------------------------------------------------------------------------- /install/fonts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/install/fonts.sh -------------------------------------------------------------------------------- /install/icons.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/install/icons.sh -------------------------------------------------------------------------------- /install/jsdev.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/install/jsdev.sh -------------------------------------------------------------------------------- /install/main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/install/main.sh -------------------------------------------------------------------------------- /install/node.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/install/node.sh -------------------------------------------------------------------------------- /install/peek.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/install/peek.sh -------------------------------------------------------------------------------- /install/plank.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/install/plank.sh -------------------------------------------------------------------------------- /install/rndev.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/install/rndev.sh -------------------------------------------------------------------------------- /install/shutter.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/install/shutter.sh -------------------------------------------------------------------------------- /install/system.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/install/system.sh -------------------------------------------------------------------------------- /install/themes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/install/themes.sh -------------------------------------------------------------------------------- /install/vlc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/install/vlc.sh -------------------------------------------------------------------------------- /install/vscode.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/install/vscode.sh -------------------------------------------------------------------------------- /install/zsh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/install/zsh.sh -------------------------------------------------------------------------------- /setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/setup.sh -------------------------------------------------------------------------------- /setup/android.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/setup/android.sh -------------------------------------------------------------------------------- /setup/git.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/setup/git.sh -------------------------------------------------------------------------------- /setup/icons-papirus.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/setup/icons-papirus.sh -------------------------------------------------------------------------------- /setup/nonlatinhotkeys.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/setup/nonlatinhotkeys.sh -------------------------------------------------------------------------------- /setup/performance.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/setup/performance.sh -------------------------------------------------------------------------------- /setup/theme-ant.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/setup/theme-ant.sh -------------------------------------------------------------------------------- /setup/theme-mojave.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/setup/theme-mojave.sh -------------------------------------------------------------------------------- /utils/bootrepair.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/utils/bootrepair.sh -------------------------------------------------------------------------------- /utils/ntfsfix.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreystarkov/humanization/HEAD/utils/ntfsfix.sh --------------------------------------------------------------------------------