https://github.com/h3poteto/dotfiles
https://github.com/h3poteto/dotfiles
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/h3poteto/dotfiles
- Owner: h3poteto
- Created: 2020-10-14T12:57:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-22T14:28:54.000Z (2 months ago)
- Last Synced: 2025-02-22T15:32:21.154Z (2 months ago)
- Language: Shell
- Size: 130 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My dotfiles.## Install
```
$ cd
$ git clone [email protected]:h3poteto/dotfiles.git
$ cd dotfiles
$ git submodule init
$ git submodule update
```### X Window
```
$ ln -s ~/dotfiles/.Xresources ~/.Xresources
$ xrdb .Xresources
$ ln -s ~/dotfiles/.xprofile ~/.xprofile
```### i3
See [i3](.config/i3).### polybar
See [polybar](.config/polybar).### deadd-notification-center
```
$ yay -S deadd-notification-center
$ ln -s ~/dotfiles/.config/deadd ~/.config/deadd
```### picom
```
$ yay -S picom
$ ln -s ~/dotfiles/.config/picom ~/.config/picom
$ rm ~/.config/picom.conf
```### powerline
```
$ pip install powerline-status
$ git clone https://github.com/powerline/fonts.git
$ fonts/install.sh
$ rm -rf fonts
$ ln -s ~/dotfiles/.config/powerline ~/.config/powerline
```In darwin, please install psutil to get system information.
```
$ pip install psutil
```### tmux
Read [tmux](./.tmux).### Fonts
```
$ ln -s ~/dotfiles/.config/fontconfig ~/.config/fontconfig
```### Alacritty
```
$ yay -S alacritty
$ ln -s ~/dotfiles/.config/alacritty ~/.config/alacritty
```