Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
tiliavir committed Oct 4, 2020
1 parent 77d2def commit 06b155e
Show file tree
Hide file tree
Showing 15 changed files with 501 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Linux Install Script
This script documents my Linux Mint Cinnamon 20 "Ulyana" installation.

```shell script
sh -c "$(curl -fsSL https://raw.github.com/tiliavir/dotfiles/setup.sh)"
```
135 changes: 135 additions & 0 deletions cinnamon-backup
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
[/]
alttab-switcher-delay=100
app-menu-label=''
applet-cache-updated=1601719114
command-history=['terminal', 'r']
desktop-effects-close-effect='traditional'
desktop-effects-close-time=120
desktop-effects-close-transition='easeOutQuad'
desktop-effects-map-effect='traditional'
desktop-effects-map-time=100
desktop-effects-map-transition='easeOutQuad'
desktop-effects-maximize-effect='none'
desktop-effects-maximize-time=100
desktop-effects-maximize-transition='easeInExpo'
desktop-effects-minimize-effect='traditional'
desktop-effects-minimize-time=160
desktop-effects-minimize-transition='easeInQuad'
desktop-effects-tile-effect='none'
desktop-effects-tile-time=100
desktop-effects-tile-transition='easeInQuad'
desktop-effects-unmaximize-effect='none'
desktop-effects-unmaximize-time=100
desktop-effects-unmaximize-transition='easeNone'
enabled-applets=['panel1:left:0:[email protected]:26', 'panel1:center:0:[email protected]:28', 'panel1:right:1:[email protected]:29', 'panel1:right:3:[email protected]:30', 'panel1:right:4:[email protected]:31', 'panel1:right:5:[email protected]:32', 'panel1:right:6:[email protected]:33', 'panel1:right:7:[email protected]:34', 'panel1:right:8:[email protected]:35', 'panel1:right:9:[email protected]:36', 'panel1:right:10:[email protected]:37', 'panel1:right:11:[email protected]:38', 'panel1:left:2:weather@mockturtl:39', 'panel1:right:0:SpicesUpdate@claudiux:40', 'panel1:left:1:[email protected]:41']
enabled-extensions=['[email protected]', '!Win7AltTab@entelechy', 'DesktopCube@yare']
extension-cache-updated=1601719113
hotcorner-layout=['expo:false:0', 'scale:false:0', 'scale:false:0', 'desktop:false:0']
next-applet-id=42
no-adjacent-panel-barriers=false
panel-edit-mode=false
panel-zone-icon-sizes='[{"panelId": 1, "left": 0, "center": 0, "right": 24}]'
panel-zone-symbolic-icon-sizes='[{"panelId": 1, "left": 22, "center": 28, "right": 16}]'
panel-zone-text-sizes='[{"panelId":1,"left":0,"center":0,"right":0}]'
panels-autohide=['1:false', '2:false']
panels-enabled=['1:0:bottom']
panels-height=['1:30', '2:20']
panels-hide-delay=['1:0', '2:0']
panels-show-delay=['1:0', '2:0']

[cinnamon-session]
quit-time-delay=60

[desktop/background]
picture-uri='file:///home/markus/Pictures/bg.jpg'

[desktop/background/slideshow]
delay=15
image-source='xml:///usr/share/cinnamon-background-properties/linuxmint.xml'

[desktop/interface]
clock-show-date=true
cursor-blink-time=1200
cursor-size=24
gtk-overlay-scrollbars=true
gtk-theme='Mint-Y-Dark-Blue'
icon-theme='We10X'
scaling-factor=uint32 0
text-scaling-factor=1.0

[desktop/keybindings]
custom-list=['__dummy__', 'custom0']
looking-glass-keybinding=@as []

[desktop/keybindings/custom-keybindings/custom0]
binding=['Print']
command='flameshot gui'
name='Screenshot Area'

[desktop/keybindings/media-keys]
screensaver=['<Super>l', 'XF86ScreenSaver']
screenshot=@as []

[desktop/keybindings/wm]
begin-move=@as []
move-to-side-e=@as []
push-snap-left=@as []
push-snap-right=@as []
switch-to-workspace-left=['<Primary><Super>Left']
switch-to-workspace-right=['<Primary><Super>Right']
switch-windows-backward=['<Shift><Alt>Tab']
toggle-on-all-workspaces=['<Super>Tab']

[desktop/screensaver]
lock-delay=uint32 15

[desktop/session]
idle-delay=uint32 600

[desktop/sound]
event-sounds=false

[desktop/wm/preferences]
min-window-opacity=30
mouse-button-modifier=''
theme='Mint-Y-Dark'

[muffin]
resize-threshold=24
tile-hud-threshold=25
tile-maximize=true

[settings-daemon/peripherals/keyboard]
delay=uint32 500
numlock-state='on'
repeat-interval=uint32 30

[settings-daemon/peripherals/mouse]
double-click=400
drag-threshold=8
motion-threshold=1

[settings-daemon/peripherals/touchpad]
motion-threshold=1

[settings-daemon/peripherals/touchscreen]
orientation-lock=false

[settings-daemon/plugins/power]
lid-close-ac-action='suspend'
lid-close-battery-action='suspend'
sleep-display-ac=1800
sleep-display-battery=1800
sleep-inactive-ac-timeout=0
sleep-inactive-battery-timeout=0

[settings-daemon/plugins/xsettings]
buttons-have-icons=false
menus-have-icons=true

[sounds]
login-enabled=true

[theme]
name='CBlue'
theme-cache-updated=1601719114
102 changes: 102 additions & 0 deletions config/.bashrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
# Path to your oh-my-bash installation.
export OSH=/home/markus/.oh-my-bash

# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-bash is loaded.
OSH_THEME="mbriggs"

# Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true"

# Uncomment the following line to use hyphen-insensitive completion. Case
# sensitive completion must be off. _ and - will be interchangeable.
# HYPHEN_INSENSITIVE="true"

# Uncomment the following line to disable bi-weekly auto-update checks.
# DISABLE_AUTO_UPDATE="true"

# Uncomment the following line to change how often to auto-update (in days).
# export UPDATE_OSH_DAYS=13

# Uncomment the following line to disable colors in ls.
# DISABLE_LS_COLORS="true"

# Uncomment the following line to disable auto-setting terminal title.
# DISABLE_AUTO_TITLE="true"

# Uncomment the following line to enable command auto-correction.
# ENABLE_CORRECTION="true"

# Uncomment the following line to display red dots whilst waiting for completion.
# COMPLETION_WAITING_DOTS="true"

# Uncomment the following line if you want to disable marking untracked files
# under VCS as dirty. This makes repository status check for large repositories
# much, much faster.
# DISABLE_UNTRACKED_FILES_DIRTY="true"

# Uncomment the following line if you want to change the command execution time
# stamp shown in the history command output.
# The optional three formats: "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
# HIST_STAMPS="dd.mm.yyyy"

# Would you like to use another custom folder than $OSH/custom?
# OSH_CUSTOM=/path/to/new-custom-folder

# Which completions would you like to load? (completions can be found in ~/.oh-my-bash/completions/*)
# Custom completions may be added to ~/.oh-my-bash/custom/completions/
# Example format: completions=(ssh git bundler gem pip pip3)
# Add wisely, as too many completions slow down shell startup.
completions=(
git
composer
ssh
)

# Which aliases would you like to load? (aliases can be found in ~/.oh-my-bash/aliases/*)
# Custom aliases may be added to ~/.oh-my-bash/custom/aliases/
# Example format: aliases=(vagrant composer git-avh)
# Add wisely, as too many aliases slow down shell startup.
aliases=(
general
)

# Which plugins would you like to load? (plugins can be found in ~/.oh-my-bash/plugins/*)
# Custom plugins may be added to ~/.oh-my-bash/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(
git
bashmarks
npm
)

source $OSH/oh-my-bash.sh

# User configuration
# export MANPATH="/usr/local/man:$MANPATH"

# You may need to manually set your language environment
# export LANG=en_US.UTF-8

# Preferred editor for local and remote sessions
# if [[ -n $SSH_CONNECTION ]]; then
# export EDITOR='vim'
# else
# export EDITOR='mvim'
# fi

# Compilation flags
# export ARCHFLAGS="-arch x86_64"

# ssh
# export SSH_KEY_PATH="~/.ssh/rsa_id"

# Set personal aliases, overriding those provided by oh-my-bash libs,
# plugins, and themes. Aliases can be placed here, though oh-my-bash
# users are encouraged to define aliases within the OSH_CUSTOM folder.
# For a full list of active aliases, run `alias`.
#
# Example aliases
# alias bashconfig="mate ~/.bashrc"
# alias ohmybash="mate ~/.oh-my-bash"
7 changes: 7 additions & 0 deletions config/.config/autostart/Flameshot.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[Desktop Entry]
Name=flameshot
Icon=flameshot
Exec=flameshot
Terminal=false
Type=Application
X-GNOME-Autostart-enabled=true
94 changes: 94 additions & 0 deletions config/.config/autostart/kupfer.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
[Desktop Entry]
Version=1.0
Name=Kupfer
Name[bs]=Kupfer
Name[cs]=Kupfer
Name[da]=Kupfer
Name[de]=Kupfer
Name[el]=Kupfer
Name[es]=Kupfer
Name[eu]=Kupfer
Name[fr]=Kupfer
Name[gl]=Kupfer
Name[hu]=Kupfer
Name[it]=Kupfer
Name[ko]=쿠퍼
Name[nb]=Kupfer
Name[nl]=Kupfer
Name[pl]=Kupfer
Name[pt]=Kupfer
Name[pt_BR]=Kupfer
Name[ro]=Kupfer
Name[ru]=Kupfer
Name[sk]=Kupfer
Name[sl]=Kupfer
Name[sr]=Бакарник
Name[sr@latin]=Bakarnik
Name[sv]=Kupfer
Name[tr]=Kupfer
Name[zh_CN]=Kupfer
GenericName=Application Launcher
GenericName[bs]=Pokretač programa
GenericName[ca]=Llançador d'aplicació
GenericName[cs]=Spouštěč aplikací
GenericName[da]=Programopstarter
GenericName[de]=Anwendungsstarter
GenericName[el]=Εκκινητής εφαρμογής
GenericName[es]=Lanzador de aplicaciones
GenericName[eu]=Aplikazioen abiarazlea
GenericName[fr]=Lanceur d'applications
GenericName[gl]=Iniciador de aplicativos
GenericName[hu]=Alkalmazásindító
GenericName[it]=Lanciatore di applicazioni
GenericName[ko]=응용 프로그램 실행 아이콘
GenericName[nb]=Programstarter
GenericName[nl]=Programmastarter
GenericName[pl]=Aktywator programów
GenericName[pt]=Lançador de aplicações
GenericName[pt_BR]=Lançador de aplicativos
GenericName[ro]=Lansator de aplicații
GenericName[ru]=Средство запуска приложений
GenericName[sk]=Spúšťač aplikácií
GenericName[sl]=Zaganjalnik programov
GenericName[sr]=Покретач програма
GenericName[sr@latin]=Pokretač programa
GenericName[sv]=Programstartare
GenericName[tr]=Uygulama Çalıştırıcı
GenericName[zh_CN]=程序启动器
Comment=Convenient command and access tool for applications and documents
Comment[bs]=Priručni alat komandi i dostupa za programe i dokumente
Comment[cs]=Nástroj pro pohodlné provádění příkazů a přístup k aplikacím a dokumentům
Comment[da]=Nemt kommando- og adgangsværktøj til programmer og dokumenter
Comment[de]=Praktisches Befehls- und Zugriffswerkzeug für Anwendungen und Dokumente
Comment[el]=Βολικό εργαλείο εντολών και πρόσβασης για εφαρμογές και έγγραφα
Comment[es]=Herramienta para acceso y manejo de aplicaciones y documentos
Comment[eu]=Komando eta atzipen tresna egokia aplikazio eta dokumentuentzat
Comment[fr]=Outil pratique pour accéder à des documents et lancer des applications
Comment[gl]=Ferramenta cómoda para controlar e acceder a aplicativos e documentos
Comment[hu]=Kényelmes parancs és hozzáférési eszköz az alkalmazásokhoz és dokumentumokhoz
Comment[it]=Comodo comando e strumento di accesso per applicazioni e documenti
Comment[ko]=편리하게 응용프로그램이나 문서에 접근하고 명령을 내릴 수 있는 도구
Comment[nb]=Praktiskt kommandoverktøy for programmer og dokumenter
Comment[nl]=Handige opdracht- en toegangshulp voor programma's en documenten
Comment[pl]=Wygodne narzędzie do uruchamiania programów i otwierania dokumentów
Comment[pt]=Ferramenta conveniente para acesso e gestão de aplicações e documentos
Comment[pt_BR]=Uma conveniente ferramenta de comando e acesso para aplicativos e documentos
Comment[ro]=Unealtă convenabilă de acces și comandă pentru aplicații și documente
Comment[ru]=Удобный инструмент для быстрого доступа к программам и документам
Comment[sk]=Nástroj na pohodlné vykonávanie príkazov a prístup k aplikáciám a dokumentom
Comment[sl]=Prikladno orodje za izvajanje ukazov in dostopa do programov in dokumentov
Comment[sr]=Згодан алат за наредбе и приступ програмима и документима
Comment[sr@latin]=Zgodan alat za naredbe i pristup programima i dokumentima
Comment[sv]=Praktiskt kommandoprogram för åtkomst av program och dokument
Comment[tr]=Uygulamalar ve belgeler için uygun komut ve erişim aracı
Comment[zh_CN]=方便的命令和操作程序或文档的工具
Icon=kupfer
Exec=kupfer --no-splash
Type=Application
Categories=Utility;
StartupNotify=true
X-UserData=$CONFIG/kupfer;$DATA/kupfer;$CACHE/kupfer
Keywords=Launcher;Access
X-GNOME-Autostart-enabled=true
Hidden=false
43 changes: 43 additions & 0 deletions config/.config/filezilla/sitemanager.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<?xml version="1.0"?>
<FileZilla3 version="3.46.3" platform="*nix">
<Servers>
<Server>
<Host>mv-wollbach.de</Host>
<Port>21</Port>
<Protocol>4</Protocol>
<Type>0</Type>
<Logontype>1</Logontype>
<TimezoneOffset>0</TimezoneOffset>
<PasvMode>MODE_DEFAULT</PasvMode>
<MaximumMultipleConnections>0</MaximumMultipleConnections>
<EncodingType>Auto</EncodingType>
<BypassProxy>0</BypassProxy>
<Name>Musikverein</Name>
<Comments />
<Colour>0</Colour>
<LocalDir />
<RemoteDir />
<SyncBrowsing>0</SyncBrowsing>
<DirectoryComparison>0</DirectoryComparison>
</Server>
<Server>
<Host>hosting.telekom.de</Host>
<Port>22</Port>
<Protocol>1</Protocol>
<Type>0</Type>
<Logontype>1</Logontype>
<TimezoneOffset>0</TimezoneOffset>
<PasvMode>MODE_DEFAULT</PasvMode>
<MaximumMultipleConnections>0</MaximumMultipleConnections>
<EncodingType>Auto</EncodingType>
<BypassProxy>0</BypassProxy>
<Name>Wollbach</Name>
<Comments />
<Colour>0</Colour>
<LocalDir />
<RemoteDir />
<SyncBrowsing>0</SyncBrowsing>
<DirectoryComparison>0</DirectoryComparison>
</Server>
</Servers>
</FileZilla3>
Loading

0 comments on commit 06b155e

Please sign in to comment.