Added Firefox to .gitignore

clean_emacs
Tuan-Dat Tran 2019-05-07 13:21:49 +02:00
parent 12705f2af8
commit 4561645145
6 changed files with 55 additions and 53 deletions

27
.gitignore vendored
View File

@ -1,15 +1,20 @@
*~
\#*\#
*.log
.#*
config/.ssh/known_hosts
vim/.vim/.netrwhist
vim/.vim/bundle/*
emacs/.emacs.d/*
config/.scripts/playstate
config/.ssh/known_hosts
!emacs/.emacs.d/snippets*
!emacs/.emacs.d/config.org
!emacs/.emacs.d/ledger.org
\#*\#
*API*
*.bak
config/.local/share/ranger/*
!config/.local/share/ranger/bookmarks
config/.mozilla/*
!config/.mozilla/firefox/2x4tnepw.default/chrome/userChrome.css
!config/.mozilla/firefox/2x4tnepw.default/prefs.js
!config/.mozilla/firefox/profiles.ini
config/.scripts/playstate
config/.ssh/known_hosts
emacs/.emacs.d/*
!emacs/.emacs.d/config.org
!emacs/.emacs.d/ledger.org
!emacs/.emacs.d/snippets*
*.log
vim/.vim/bundle/*
vim/.vim/.netrwhist

View File

@ -1,4 +1,4 @@
! special
! Color
*.foreground: #98abb2
*.background: #181b28
*.cursorColor: #ffffff

View File

@ -99,7 +99,7 @@ for_window [title="^Steam Keyboard$"] floating enable
###############################################################################
exec --no-startup-id setxkbmap us,de; setxkbmap -option ctrl:nocaps; setxkbmap -option grp:lalt_lshift_toggle
exec --no-startup-id feh --randomize --bg-fill /usr/share/backgrounds/*
exec --no-startup-id feh --randomize --bg-fill /usr/share/backgrounds/gnome/*
exec --no-startup-id compton -b
exec --no-startup-id nextcloud
exec --no-startup-id udiskie

View File

@ -1,4 +1,4 @@
':/home/tuan/.dotfiles/config/.local/share/ranger
':/home/tuan/Desktop
u:/home/tuan/Documents/Uni/Studium
p:/home/tuan/Documents/Protokolle/FSE
o:/home/tuan/.dotfiles/config

View File

@ -1,3 +1,3 @@
#PanelUI-button, #back-button, #forward-button, #page-action-buttons{
#back-button, #forward-button, #page-action-buttons{
display:none;
}

View File

@ -25,8 +25,5 @@ plugins=(
# History
HISTORY_IGNORE='sudo veracrypt *|veracrypt *'
# Source
source $ZSH/oh-my-zsh.sh