Removed Xresources, added .gitignore for quassel settings

This commit is contained in:
Siina Mashek 2020-12-22 03:02:55 +02:00
parent 68e5bae54c
commit dd71c8f0a4
3 changed files with 2 additions and 37 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
config/vim/viminfo config/vim/viminfo
config/quassel-irc.org/quasselclient.conf

View File

@ -1,36 +0,0 @@
! Cutienautica Xresources layout
! - internalBorder should = font pixelsize
URxvt*font: xft:Hack:pixelsize=16
URxvt*lineSpace: 1
!URxvt.letterSpace: -1
URxvt.scrollBar: false
!URxvt.internalBorder: 16
URxvt.internalBorder: 0
URxvt*geometry: 91x24
URxvt.depth: 32
URxvt.background: [80]#282A36
Xcursor.theme: breeze_cursors
! Dracula Xresources palette
*.foreground: #F8F8F2
*.background: #282A36
*.borderColor: #282A36
*.color0: #000000
*.color8: #4D4D4D
*.color1: #FF5555
*.color9: #FF6E67
*.color2: #50FA7B
*.color10: #5AF78E
*.color3: #F1FA8C
*.color11: #F4F99D
*.color4: #BD93F9
*.color12: #CAA9FA
*.color5: #FF79C6
*.color13: #FF92D0
*.color6: #8BE9FD
*.color14: #9AEDFE
*.color7: #BFBFBF
*.color15: #E6E6E6

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
folders=($(ls $PWD/config)) folders=($(ls $PWD/config))
files=("Xresources" "bashrc") files=("bashrc")
for folder in "${folders[@]}"; do for folder in "${folders[@]}"; do
ln -sf $PWD/config/$folder $HOME/.config/ ln -sf $PWD/config/$folder $HOME/.config/