https://github.com/dawidbieniek/dotfiles
All of my dotfiles used in linux shell
https://github.com/dawidbieniek/dotfiles
config dotfiles shell
Last synced: 3 months ago
JSON representation
All of my dotfiles used in linux shell
- Host: GitHub
- URL: https://github.com/dawidbieniek/dotfiles
- Owner: dawidbieniek
- Created: 2024-03-13T18:51:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-10T09:48:24.000Z (3 months ago)
- Last Synced: 2025-03-10T10:35:40.931Z (3 months ago)
- Topics: config, dotfiles, shell
- Language: Shell
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
This directory contains all dotfiles to be used in linux shell.# Usage
All files should be downloaded in one directory and `makeLinks.sh` script should be used to create symbolic links to them in home directory.
When new files are added, the script should be rerun to create new links# File content
- `.ssh/config` SSH config file ([usage example](https://linuxize.com/post/using-the-ssh-config-file/))
- `.aliases` shell aliases
- `.bash_logout` actions to be performed on logout
- `.bash_profile` loads all bash setup files and does basic bash configuration
- `.bash_prompt` prompt configuration (colors, git dirtiness)
- `.functions` shell functions
- `.gitconfig` git confgituraion
- `.hushlogin` empty file, hides login message