mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-26 09:09:23 +00:00
Compare commits
3 Commits
f3f26438cb
...
0fbde15f3e
| Author | SHA1 | Date | |
|---|---|---|---|
|
0fbde15f3e
|
|||
|
60a620ef3d
|
|||
|
06c1038d3c
|
@@ -1,2 +1,3 @@
|
||||
# shellcheck shell=bash
|
||||
# ~/.bash_logout
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# shellcheck shell=bash
|
||||
# Get the aliases and functions
|
||||
if [ -f $HOME/.bashrc ]; then
|
||||
source $HOME/.bashrc
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# shellcheck shell=bash
|
||||
# .bashrc
|
||||
|
||||
# Source global definitions
|
||||
|
||||
@@ -27,6 +27,7 @@ brew "packer"
|
||||
brew "poetry"
|
||||
brew "python@3.14"
|
||||
brew "sass/sass/sass"
|
||||
brew "shellcheck"
|
||||
brew "smartmontools"
|
||||
brew "terraform-docs"
|
||||
brew "terraform-local"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# shellcheck shell=bash
|
||||
|
||||
# macOS aliases
|
||||
if [[ $(uname) == "Darwin" ]]; then
|
||||
alias ls="ls -FG"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# shellcheck shell=bash
|
||||
|
||||
# Get the list of AWS profiles
|
||||
function awsprofiles() {
|
||||
profiles=$(aws --no-cli-pager configure list-profiles 2> /dev/null)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# shellcheck shell=bash
|
||||
# User specific environment
|
||||
|
||||
# XDG Base Directories
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# shellcheck shell=bash
|
||||
|
||||
# Git pulls latest dotfiles
|
||||
function update-dotfiles() {
|
||||
local prevdir="$PWD"
|
||||
|
||||
Reference in New Issue
Block a user