diff options
-rw-r--r-- | .cache/wal/colors.json | 28 | ||||
-rw-r--r-- | .cache/wal/wal | 1 | ||||
-rw-r--r-- | .config/chromium-flags.conf | 1 | ||||
-rw-r--r-- | .config/konsolerc | 25 | ||||
-rw-r--r-- | .config/thefuck/settings.py | 25 | ||||
-rw-r--r-- | readme.md | 17 |
6 files changed, 14 insertions, 83 deletions
diff --git a/.cache/wal/colors.json b/.cache/wal/colors.json deleted file mode 100644 index 3b3d168..0000000 --- a/.cache/wal/colors.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "wallpaper": "/home/loek/.config/wpg/wallpapers/pywal.png", - "alpha": "100", - - "special": { - "background": "#262427", - "foreground": "#f9ece8", - "cursor": "#f9ece8" - }, - "colors": { - "color0": "#262427", - "color1": "#DE9DAC", - "color2": "#9DDEAF", - "color3": "#DEDD9D", - "color4": "#9DACDE", - "color5": "#AF9DDE", - "color6": "#9DCCDE", - "color7": "#f4e0d8", - "color8": "#393b3b", - "color9": "#F7AFC0", - "color10": "#AFF7C3", - "color11": "#F7F6AF", - "color12": "#AFC0F7", - "color13": "#C3AFF7", - "color14": "#AFE3F7", - "color15": "#f9ece8" - } -} diff --git a/.cache/wal/wal b/.cache/wal/wal deleted file mode 100644 index 30e642d..0000000 --- a/.cache/wal/wal +++ /dev/null @@ -1 +0,0 @@ -/home/loek/.config/wpg/wallpapers/pywal.png
\ No newline at end of file diff --git a/.config/chromium-flags.conf b/.config/chromium-flags.conf deleted file mode 100644 index 535f49f..0000000 --- a/.config/chromium-flags.conf +++ /dev/null @@ -1 +0,0 @@ ---force-dark-mode diff --git a/.config/konsolerc b/.config/konsolerc deleted file mode 100644 index c42e4b7..0000000 --- a/.config/konsolerc +++ /dev/null @@ -1,25 +0,0 @@ -[Desktop Entry] -DefaultProfile=Loekaars.profile - -[DownloadDialog Settings] -Height 1080=400 -Width 1920=700 - -[Favorite Profiles] -Favorites= - -[KonsoleWindow] -SaveGeometryOnExit=false -ShowMenuBarByDefault=false - -[MainWindow] -MenuBar=Disabled -State=AAAA/wAAAAD9AAAAAAAAB2oAAAQSAAAABAAAAAQAAAAIAAAACPwAAAAA -ToolBarsMovable=Disabled - -[Notification Messages] -CloseAllTabs=true -ShowPasteUnprintableWarning=false - -[Shortcut Schemes] -Current Scheme=Default diff --git a/.config/thefuck/settings.py b/.config/thefuck/settings.py deleted file mode 100644 index 2c73957..0000000 --- a/.config/thefuck/settings.py +++ /dev/null @@ -1,25 +0,0 @@ -# The Fuck settings file -# -# The rules are defined as in the example bellow: -# -# rules = ['cd_parent', 'git_push', 'python_command', 'sudo'] -# -# The default values are as follows. Uncomment and change to fit your needs. -# See https://github.com/nvbn/thefuck#settings for more information. -# - -# rules = [<const: All rules enabled>] -exclude_rules = [ "fix_file" ] -# wait_command = 3 -# require_confirmation = True -# no_colors = False -# debug = False -# priority = {} -# history_limit = None -# alter_history = True -# wait_slow_command = 15 -# slow_commands = ['lein', 'react-native', 'gradle', './gradlew', 'vagrant'] -# repeat = False -# instant_mode = False -# num_close_matches = 3 -# env = {'LC_ALL': 'C', 'LANG': 'C', 'GIT_TRACE': '1'} @@ -2,15 +2,26 @@ these are dotfiles -- discord - zsh -- nvim +- nvim + coc - i3 - polybar +- chromium and it's forks - zathura -- brave - rofi - [st](https://github.com/lonkaars/st) +- xresources +- fcitx5 +- gtk3 +- neomutt + imapnotify + mbsync +- mpd + ncmpcpp +- dunst +- xfsettingsd +- discord + +i use these dotfiles on a desktop computer (superesc) and a laptop (thoncc). +use `yadm config local.hostname <superesc|thoncc>` before `yadm alt` to choose +which config files should be used if your hostname is something else. ## installation |