Linux configuration stuffs
1<div align="center">
2
3
4<h1>clxxiii's Dotfiles</h1>
5</div>
6
7<details>
8 <summary>:framed_picture: Wallpaper Credit</summary>
9
10 | Wallpaper | Credit |
11 | :-------: | ------ |
12 |  | [@huashiJW](https://twitter.com/huashiJW) |
13 |  | [@huashiJW](https://twitter.com/huashiJW) |
14 |  | [@huashiJW](https://twitter.com/huashiJW) |
15 |  | [@huashiJW](https://twitter.com/huashiJW) |
16 |  | [@huashiJW](https://twitter.com/huashiJW) |
17 |  | [0x604](https://wallhaven.cc/w/ym1zx7) |
18 |  | [Catppuccin Wallpapers](https://github.com/catppuccin/wallpapers) |
19 |  | [Catppuccin Wallpapers](https://github.com/catppuccin/wallpapers) |
20 |  | [Catppuccin Wallpapers](https://github.com/catppuccin/wallpapers) |
21 |  | [Max Asabin](https://twitter.com/AsabinArt/status/1623658705580445696) |
22 |  | [Catppuccin Wallpapers](https://github.com/catppuccin/wallpapers) |
23 |  | [Catppuccin Wallpapers](https://github.com/catppuccin/wallpapers) |
24 |  | I'm struggling to find the original artist, [here](https://www.pxfuel.com/en/desktop-wallpaper-qvyhi) is the post that's led me the closest to finding it. |
25 |  | [BasicAppleGuy](https://basicappleguy.com/haberdashery/macos-rancho-cucamonga)|
26 |  | Also struggling to find the artist on this one. [Here's my best guess as to who it is](https://www.reddit.com/r/Ubuntu/comments/sozh71/i_made_some_4k_coloured_ubuntu_logo_wallpapers/). |
27 |  | [Catppuccin Wallpapers](https://github.com/catppuccin/wallpapers) |
28 |  | [vinceliuice](https://github.com/vinceliuice/Fluent-gtk-theme) |
29 |  | [rmradev](https://www.instagram.com/rmradev/) |
30</details>
31
32<details>
33 <summary>📱 Phone Wallpaper Credit</summary>
34
35 | Wallpaper | Credit |
36 | :-------: | ------ |
37 |  | [u/CometShine](https://www.reddit.com/r/HollowKnight/comments/amzqrx/crystal_peak/) |
38 |  | [u/CometShine](https://www.reddit.com/r/HollowKnight/comments/9kd9c8/path_of_pain/?st=JRQL4MVH&sh=decd4e69) |
39</details>
40
41<details>
42<summary>Old Screenshots</summary>
43## i3 Setup
44
45
46
47
48
49- WM: [i3](https://i3wm.org)
50- Bar: [eww](https://github.com/elkowar/eww)
51
52## GNOME Setup
53
54
55
56
57
58
59- OS: [Endeavor](https://endeavouros.com)/[Arch](https://archlinux.org)
60- DE: [GNOME](https://gnome.org)
61- Noteworthy Gnome Extensions:
62 - Blur My Shell
63 - qTile, Color Picker
64 - Clipboard Indicator
65 - Coverflow Alt-Tab
66 - GSConnect
67 - Media Controls
68 - OpenWeather
69 - Tray Icons: Reloaded
70</details>
71
72- OS: [Endeavor](https://endeavouros.com)
73- WM: [Hyprland](https://hyprland.org)
74
75### Applications
76
77- Icons: [Papirus](https://www.gnome-look.org/p/1166289/)
78- Terminal: [Alacritty](https://github.com/alacritty/alacritty)
79- Editor: [Neovim](https://neovim.io)
80- Resource Monitor: [bottom](https://github.com/ClementTsang/bottom)
81- Git GUI: [lazygit](https://github.com/jesseduffield/lazygit)
82- Visualizer: [Cava](https://github.com/karlstab/cava)
83- Twitch Chat: [twitch-tui](https://github.com/Xithrius/twitch-tui)
84- Terminal File Explorer: [ranger](https://github.com/ranger/ranger)
85
86## Install Instructions
87
881. Clone the repository into your `~/.dotfiles` directory
89
90```bash
91git clone git@github.com:/clxxiii/dots.git ~/.dotfiles # If ssh is setup
92git clone https://github.com/clxxiii/dots.git ~/.dotfiles # Before ssh setup
93```
94
952. Run the symlink shell script to make all the links.
96
97```bash
98cd ~/.dotfiles
99./symlinks.sh
100```