https://github.com/israel-laguan/dotfiles
Collects all my important cross-distro system configurations
https://github.com/israel-laguan/dotfiles
dotfiles git linux vscode
Last synced: about 2 months ago
JSON representation
Collects all my important cross-distro system configurations
- Host: GitHub
- URL: https://github.com/israel-laguan/dotfiles
- Owner: Israel-Laguan
- License: apache-2.0
- Created: 2020-02-18T14:40:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T01:53:08.000Z (about 6 years ago)
- Last Synced: 2025-02-02T15:28:11.347Z (over 1 year ago)
- Topics: dotfiles, git, linux, vscode
- Language: Shell
- Homepage:
- Size: 821 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues-open][issues-open-shield]][issues-url]
[![Issues-closed][issues-closed-shield]][issues-url]
Israel Laguan Linux's dotfiles!
Collects all my important cross-distro system configurations
🐞
Report a Bug
🙋♂️
Request Feature
## Table of Contents
1. [The Project](#the-project)
2. [Features](#features)
3. [Prerequisites](#prerequisites)
4. [Getting Started](#getting-started)
5. [Author](#author)
6. [Contributing](#contributing)
7. [Show your support](#show-your-support)
8. [License](#license)
# The Project
These are my dotfiles. Take anything you want, but at your own risk. It targets debian systems, but
it should work on *nix as well (with apt-get).
I've been using bash on-and-off for a long time (since Slackware Linux was distributed on 1.44MB floppy disks). In all that time, every time I've set up a new Linux or OS X machine, I've copied over my .bashrc file and my ~/bin folder to each machine manually. And I've never done a very good job of actually maintaining these files. It's been a total mess.
I finally decided that I wanted to be able to execute a single command to "bootstrap" a new system to pull down all of my dotfiles and configs, as well as install all the tools I commonly use. In addition, I wanted to be able to re-execute that command at any time to synchronize anything that might have changed. Finally, I wanted to make it easy to re-integrate changes back in, so that other machines could be updated.
# Features
- Aliases
- Prompt theme
- `bash` functions
- `vscode` settings
- `vscode` snippets (Based on [this repo][snippets-repo])
# Prerequisites
- Debian 8+ or derivatives. It should work on *nix as well
- `git`
- `vscode`
# Getting Started
For now copy paste as needed! (WIP: make an autoinstall script!)
# Author
# Contributing
🤝 Contributions, issues and feature requests are welcome!
Feel free to check the [issues page][issues-url].
# Show your support
🤗 Give a ⭐️ if you like this project!
## Icons made by
- DinosoftLabs from www.flaticon.com
- itim2101 from www.flaticon.com
- Pixel perfect from www.flaticon.com
- Freepik from www.flaticon.com
## Ideas for dotfiles
- Clone Function by [Phillip Krueger][clone-unction]
- Arch Linux [Documentation on Prompt Customization][arch-prompt]
- VSCode [official documentation about setup extentions][vscode-extentions]
# License
📝 This project is licensed under the [MIT](LICENSE)\
Feel free to fork this project and improve it
[snippets-repo]: https://github.com/Israel-Laguan/vscode-extension-react-snippets
[clone-unction]: https://www.phillip-kruger.com/post/some_bash_functions_for_git/
[arch-prompt]: https://wiki.archlinux.org/index.php/Bash/Prompt_customization
[vscode-extentions]: https://code.visualstudio.com/docs/editor/extension-gallery
[contributors-shield]: https://img.shields.io/github/contributors/Israel-Laguan/dotfiles?style=for-the-badge
[contributors-url]: https://github.com/Israel-Laguan/dotfiles/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Israel-Laguan/dotfiles?style=for-the-badge
[forks-url]: https://github.com/Israel-Laguan/dotfiles/network/members
[stars-shield]: https://img.shields.io/github/stars/Israel-Laguan/dotfiles?style=for-the-badge
[stars-url]: https://github.com/Israel-Laguan/dotfiles/stargazers
[issues-open-shield]: https://img.shields.io/github/issues/Israel-Laguan/dotfiles?style=for-the-badge
[issues-url]: https://github.com/Israel-Laguan/dotfiles/issues
[issues-closed-shield]: https://img.shields.io/github/issues-closed/Israel-Laguan/dotfiles?style=for-the-badge