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,36 +1,36 @@
! special
*.foreground: #98abb2
*.background: #181b28
*.cursorColor: #ffffff
! black
*.color0: #161925
*.color8: #0c0e14
! red
*.color1: #8b8b8b
*.color9: #8b8b8b
! green
*.color2: #237885
*.color10: #00ffaf
! yellow
*.color3: #ffbb24
*.color11: #f8ec09
! blue
*.color4: #007fff
*.color12: #00c4ff
! magenta
*.color5: #8c00fd
*.color13: #cd00df
! cyan
*.color6: #00e8b7
*.color14: #00d3a7
! white
*.color7: #98abb2
*.color15: #c0bfbc
! Color
*.foreground: #98abb2
*.background: #181b28
*.cursorColor: #ffffff
! black
*.color0: #161925
*.color8: #0c0e14
! red
*.color1: #8b8b8b
*.color9: #8b8b8b
! green
*.color2: #237885
*.color10: #00ffaf
! yellow
*.color3: #ffbb24
*.color11: #f8ec09
! blue
*.color4: #007fff
*.color12: #00c4ff
! magenta
*.color5: #8c00fd
*.color13: #cd00df
! cyan
*.color6: #00e8b7
*.color14: #00d3a7
! white
*.color7: #98abb2
*.color15: #c0bfbc

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