Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loctvl842/BeastFiles
My dotfiles
https://github.com/loctvl842/BeastFiles
archlinux dotfiles
Last synced: about 1 month ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/loctvl842/BeastFiles
- Owner: loctvl842
- Created: 2023-01-10T15:31:56.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T08:11:24.000Z (2 months ago)
- Last Synced: 2024-11-08T09:20:32.465Z (2 months ago)
- Topics: archlinux, dotfiles
- Language: Shell
- Homepage:
- Size: 485 MB
- Stars: 18
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Dot Files
![BeastFiles](https://user-images.githubusercontent.com/80513079/212870165-db43c120-cccd-4384-b7fe-85bdd63823db.png)
Check my **Neovim** config [loctvl842/nvim](https://github.com/loctvl842/nvim#neovim-config)
## π Requirement
- `stow`
- `git`## π¦ Installation
Clone into your `$HOME` directory
```bash
git clone https://github.com/loctvl842/BeastFiles
```Change directory to `BeastFiles/config`
```bash
cd BeastFiles/config
```To install a package configuration, list all folders'name in directory `BeastFiles/config` and `stow` the config you want
```bash
stow nvim -t ~
```In order to prevent `GNU Stow` from collapsing multiple symbolic links to the same file or directory into a single link, use `--no-folding` option
```bash
stow -t ~ --no-folding alacritty
```This option is useful if you want to keep the symbolic links in your package directory separate, rather than having them all be merged into a single link
In order to install all packages
```bash
stow -t ~ *
```## π€Fonts
**Emoji**
- [NotoColorEmoji](https://github.com/googlefonts/noto-emoji) (`ctrl + shift + u` in kitty terminal)
**Icon**
- [material-design-iconic-font](https://github.com/zavoloklom/material-design-iconic-font/releases/download/2.2.0/material-design-iconic-font.zip)
- [codicon](https://github.com/microsoft/vscode-codicons/raw/main/dist/codicon.ttf)**Text**
- [Cascadia Code](https://github.com/microsoft/cascadia-code/releases)
- [Hack](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Hack)> Install Mono will get small icons
- [Fira Code](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/FiraCode)
- [San Francisco Pro](https://drive.google.com/file/d/1-vLGyDO-q7ciBclaPWY5ObLoPYfyh1q8/view)
- [Noto](https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.1/Noto.zip)Copy new fonts in `$HOME/.local/share/fonts/`, then run:
```sh
fc-cache -fv
```| name | description |
| --------------------- | ----------- |
| alacritty | Terminal |
| alacritty-colorscheme | Terminal |