Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nezutero/dotfiles
dotfiles
https://github.com/nezutero/dotfiles
alacritty alacritty-configs arch-linux archlinux dotfiles dotfiles-arch dotfiles-linux hypr hyprland hyprland-arch hyprland-rice neovim ranger rofi-config vim waybar zsh zshrc
Last synced: about 1 month ago
JSON representation
dotfiles
- Host: GitHub
- URL: https://github.com/nezutero/dotfiles
- Owner: nezutero
- Created: 2023-08-24T12:07:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-27T14:35:42.000Z (4 months ago)
- Last Synced: 2024-08-27T16:08:17.520Z (4 months ago)
- Topics: alacritty, alacritty-configs, arch-linux, archlinux, dotfiles, dotfiles-arch, dotfiles-linux, hypr, hyprland, hyprland-arch, hyprland-rice, neovim, ranger, rofi-config, vim, waybar, zsh, zshrc
- Language: CSS
- Homepage:
- Size: 123 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My dotfiles
**Warning**: If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don’t want or need. Don’t blindly use my settings unless you know what that entails. I have many things that are specific to my setup and you may not want them.
## Installation
```sh
git clone https://github.com/nezutero/dotfiles.git ~/dotfiles
cd ~/dotfiles
```- This will install all the necessary packages and create folders.
> WARNING: Only for Arch Linux and Arch-based distros. Also this is my personal stuff, so you might want to change the packages in the script. DO NOT RUN THIS SCRIPT IF YOU DON'T KNOW WHAT IT DOES.```sh
chmod +x install.sh
./install.sh
``````sh
cp -r ~/dotfiles/.config/* ~/.config
cp -r ~/dotfiles/.local/bin/* ~/.local/bin
cp ~/dotfiles/.gitconfig ~/.gitconfig
cp ~/dotfiles/.zsh/.zshrc ~/.zshrc
```